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 68 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/
mini_installer.cc 307 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);
    [all...]

Completed in 5439 milliseconds