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

/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc61 wchar_t full_exe_path[MAX_PATH]; local
62 int len = ::GetModuleFileName(NULL, full_exe_path, MAX_PATH);
80 base::StringPrintf(L"res://%ls/#23/%ls", full_exe_path, resource.c_str());
83 // (see the definition of full_exe_path and resource).
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc304 PathString full_exe_path; local
305 size_t len = ::GetModuleFileName(NULL, full_exe_path.get(),
306 full_exe_path.capacity());
307 if (!len || len >= full_exe_path.capacity())
310 const wchar_t* exe_name = GetNameFromPathExt(full_exe_path.get(), len);

Completed in 99 milliseconds