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

/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc68 wchar_t full_exe_path[MAX_PATH]; local
69 int len = ::GetModuleFileName(NULL, full_exe_path, MAX_PATH);
87 base::StringPrintf(L"res://%ls/#23/%ls", full_exe_path, resource.c_str());
90 // (see the definition of full_exe_path and resource).
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc307 PathString full_exe_path; local
308 size_t len = ::GetModuleFileName(NULL, full_exe_path.get(),
309 full_exe_path.capacity());
310 if (!len || len >= full_exe_path.capacity())
313 const wchar_t* exe_name = GetNameFromPathExt(full_exe_path.get(), len);

Completed in 113 milliseconds