Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/
Ddetermine_vs_version.py46 exe_file = os.path.join(path, program)
47 if is_exe(exe_file):
48 return exe_file
/external/libchrome/base/process/
Dprocess_iterator.h39 const wchar_t* exe_file() const { return szExeFile; } in exe_file() function
49 const char* exe_file() const { return exe_file_.c_str(); }
Dprocess_iterator_linux.cc136 if (executable_name_ != entry().exe_file()) in IncludeEntry()
Dprocess_iterator_mac.cc136 return (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()