Searched refs:exe_file (Results 1 – 6 of 6) sorted by relevance
46 exe_file = os.path.join(path, program)47 if is_exe(exe_file):48 return exe_file
39 const wchar_t* exe_file() const { return szExeFile; } in exe_file() function49 const char* exe_file() const { return exe_file_.c_str(); }
136 if (executable_name_ != entry().exe_file()) in IncludeEntry()
136 return (executable_name_ == entry().exe_file() && in IncludeEntry()
111 bool SetCodeFile(const wstring &exe_file);
132 bool PDBSourceLineWriter::SetCodeFile(const wstring &exe_file) { in SetCodeFile() argument134 code_file_ = exe_file; in SetCodeFile()139 return exe_file == code_file_; in SetCodeFile()