HomeSort by relevance Sort by last modified time
    Searched refs:exe_file (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist_wininst.py 25 exe_file = cmd.get_exe_bytes()
26 self.assertTrue(len(exe_file) > 10)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_wininst.py 25 exe_file = cmd.get_exe_bytes()
26 self.assertTrue(len(exe_file) > 10)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_wininst.py 25 exe_file = cmd.get_exe_bytes()
26 self.assertTrue(len(exe_file) > 10)
  /external/vulkan-validation-layers/
determine_vs_version.py 38 exe_file = os.path.join(path, program)
39 if is_exe(exe_file):
40 return exe_file
  /external/libchrome/base/process/
process_iterator.h 39 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
50 const char* exe_file() const { return exe_file_.c_str(); }
process_iterator_linux.cc 146 if (executable_name_ != entry().exe_file())
process_iterator_mac.cc 136 return (executable_name_ == entry().exe_file() &&
  /external/v8/src/inspector/build/
compile-scripts.py 74 exe_file = path.join(part, program)
75 if is_exe(exe_file):
76 return exe_file
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 91 EXE_FILE, // a .exe or .dll file
92 ANY_FILE // try PDB_FILE and then EXE_FILE
111 bool SetCodeFile(const wstring &exe_file);
pdb_source_line_writer.cc 132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) {
134 code_file_ = exe_file;
139 return exe_file == code_file_;
171 case EXE_FILE:
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc     [all...]

Completed in 852 milliseconds