Home
last modified time | relevance | path

Searched refs:is_executable_file (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py20 def is_executable_file(path): function
54 if os.path.dirname(filename) != '' and is_executable_file(filename):
64 if is_executable_file(ff):
H A D__init__.py70 from .utils import split_command_line, which, is_executable_file
/llvm-project-15.0.7/third-party/benchmark/tools/gbench/
H A Dutil.py18 def is_executable_file(filename): function
69 elif is_executable_file(filename):