Searched defs:exe_file (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/process/
H A Dprocess_iterator.h39 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
49 const char* exe_file() const { return exe_file_.c_str(); }
/external/google-breakpad/src/common/windows/
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 921 milliseconds