Searched refs:exe_file (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/test/fuzzing/ |
D | run-shape-fuzzer-tests.py | 19 exe_file = os.path.join(path, program) 20 if is_exe(exe_file): 21 return exe_file
|
/external/python/cpython3/Lib/test/ |
D | test_site.py | 560 exe_file = os.path.join(temp_dir, os.path.split(sys.executable)[1]) 561 shutil.copy(sys.executable, exe_file) 562 _pth_file = os.path.splitext(exe_file)[0] + '._pth' 566 return exe_file 586 exe_file = self._create_underpth_exe(pth_lines) 588 os.path.dirname(exe_file), 594 output = subprocess.check_output([exe_file, '-c', 608 exe_file = self._create_underpth_exe([ 615 sys_prefix = os.path.dirname(exe_file) 619 rc = subprocess.call([exe_file, '-c',
|
/external/swiftshader/third_party/subzero/pydir/ |
D | wasm-run-torture-tests.py | 140 exe_file = os.path.join(OUT_DIR, test_name + ".exe") 167 cmd = cmd.format(obj_file, exe_file) 170 if not run_test or os.system(exe_file) == 0:
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_bdist_wininst.py | 25 exe_file = cmd.get_exe_bytes() 26 self.assertGreater(len(exe_file), 10)
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_bdist_wininst.py | 26 exe_file = cmd.get_exe_bytes() 27 self.assertGreater(len(exe_file), 10)
|
/external/v8/src/inspector/build/ |
D | compile-scripts.py | 70 exe_file = path.join(part, program) 71 if is_exe(exe_file): 72 return exe_file
|
/external/harfbuzz_ng/test/subset/ |
D | run-tests.py | 29 exe_file = os.path.join(path, program) 30 if is_exe(exe_file): 31 return exe_file
|
/external/libchrome/base/process/ |
D | process_iterator.h | 39 const wchar_t* exe_file() const { return szExeFile; } in exe_file() function 50 const char* exe_file() const { return exe_file_.c_str(); }
|
D | process_iterator_linux.cc | 146 if (executable_name_ != entry().exe_file()) in IncludeEntry()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.h | 111 bool SetCodeFile(const wstring &exe_file);
|
D | pdb_source_line_writer.cc | 132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile() argument 134 code_file_ = exe_file; in SetCodeFile() 139 return exe_file == code_file_; in SetCodeFile()
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 262 exe_file = os.path.join(path, bin_path) 263 if is_exe(exe_file): 264 return exe_file
|