Searched refs:exe_file (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
H A Dtest_bdist_wininst.py25 exe_file = cmd.get_exe_bytes()
26 self.assertGreater(len(exe_file), 10)
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_bdist_wininst.py24 exe_file = cmd.get_exe_bytes()
25 self.assertGreater(len(exe_file), 10)
/external/vulkan-validation-layers/scripts/
H A Ddetermine_vs_version.py39 exe_file = os.path.join(path, program)
40 if is_exe(exe_file):
41 return exe_file
/external/swiftshader/third_party/subzero/pydir/
H A 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/cpython3/Lib/test/
H A Dtest_site.py494 exe_file = os.path.join(os.getenv('TEMP'), os.path.split(sys.executable)[1])
495 shutil.copy(sys.executable, exe_file)
497 _pth_file = os.path.splitext(exe_file)[0] + '._pth'
502 return exe_file
505 os.unlink(exe_file)
509 def _cleanup_underpth_exe(self, exe_file):
510 _pth_file = os.path.splitext(exe_file)[0] + '._pth'
512 os.unlink(exe_file)
534 exe_file = self._create_underpth_exe(pth_lines)
536 os.path.dirname(exe_file),
[all...]
/external/v8/src/inspector/build/
H A Dcompile-scripts.py74 exe_file = path.join(part, program)
75 if is_exe(exe_file):
76 return exe_file
/external/libchrome/base/process/
H A Dprocess_iterator.h39 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
50 const char* exe_file() const { return exe_file_.c_str(); }
H A Dprocess_iterator_linux.cc146 if (executable_name_ != entry().exe_file())
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.h111 bool SetCodeFile(const wstring &exe_file);
H A Dpdb_source_line_writer.cc132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { argument
134 code_file_ = exe_file;
139 return exe_file == code_file_;

Completed in 328 milliseconds