HomeSort by relevance Sort by last modified time
    Searched full:full_exe_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/util/
l10n_string_util.cc 61 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/
mini_installer.cc 304 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 93 milliseconds