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

  /external/chromium/base/
process_util.h 49 const wchar_t* exe_file() const { return szExeFile; } function in struct:base::ProcessEntry
83 const char* exe_file() const { return exe_file_.c_str(); }
process_util_linux.cc 256 if (executable_name_ != entry().exe_file())
process_util_win.cc 512 return _wcsicmp(executable_name_.c_str(), entry().exe_file()) == 0 &&

Completed in 40 milliseconds