Searched refs:exe_file_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_linux.cc38 FilePath exe_file_path; local
39 if (!PathService::Get(base::FILE_EXE, &exe_file_path)) {
44 if (!file_util::GetFileInfo(exe_file_path, &exe_file_info)) {
46 << exe_file_path.value();

Completed in 89 milliseconds