Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_iterator.h39 const wchar_t* exe_file() const { return szExeFile; } in exe_file() function
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile()