Home
last modified time | relevance | path

Searched refs:exe_file (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/test/fuzzing/
Drun-shape-fuzzer-tests.py19 exe_file = os.path.join(path, program)
20 if is_exe(exe_file):
21 return exe_file
/external/python/cpython3/Lib/test/
Dtest_site.py560 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/
Dwasm-run-torture-tests.py140 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/
Dtest_bdist_wininst.py25 exe_file = cmd.get_exe_bytes()
26 self.assertGreater(len(exe_file), 10)
/external/python/cpython3/Lib/distutils/tests/
Dtest_bdist_wininst.py26 exe_file = cmd.get_exe_bytes()
27 self.assertGreater(len(exe_file), 10)
/external/v8/src/inspector/build/
Dcompile-scripts.py70 exe_file = path.join(part, program)
71 if is_exe(exe_file):
72 return exe_file
/external/harfbuzz_ng/test/subset/
Drun-tests.py29 exe_file = os.path.join(path, program)
30 if is_exe(exe_file):
31 return exe_file
/external/libchrome/base/process/
Dprocess_iterator.h39 const wchar_t* exe_file() const { return szExeFile; } in exe_file() function
50 const char* exe_file() const { return exe_file_.c_str(); }
Dprocess_iterator_linux.cc146 if (executable_name_ != entry().exe_file()) in IncludeEntry()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h111 bool SetCodeFile(const wstring &exe_file);
Dpdb_source_line_writer.cc132 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__.py262 exe_file = os.path.join(path, bin_path)
263 if is_exe(exe_file):
264 return exe_file