HomeSort by relevance Sort by last modified time
    Searched refs:cur_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_frame/
chrome_launcher_utils.cc 93 base::FilePath cur_path; local
94 PathService::Get(base::DIR_MODULE, &cur_path);
95 cur_path = cur_path.Append(chrome::kBrowserProcessExecutableName);
101 if (!base::PathExists(cur_path)) {
102 PathService::Get(base::DIR_MODULE, &cur_path);
103 cur_path = cur_path.DirName().Append(chrome::kBrowserProcessExecutableName);
106 return cur_path;
chrome_launcher.cc 239 wchar_t cur_path[MAX_PATH * 4] = {0}; local
241 GetModuleFileName(NULL, cur_path, arraysize(cur_path) / 2);
243 PathRemoveFileSpec(cur_path);
246 if (PathAppend(cur_path, kBrowserProcessExecutableName)) {
247 if (!PathFileExists(cur_path)) {
253 PathRemoveFileSpec(cur_path);
254 PathRemoveFileSpec(cur_path);
255 PathAppend(cur_path, kBrowserProcessExecutableName);
258 if (PathFileExists(cur_path)) {
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc 122 ATL::CString cur_path(object_directory_info->ObjectName.Buffer,
130 new_path = path + cur_path;
132 new_path = path + L"\\" + cur_path;
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 1005 base::FilePath cur_path = cache.GetPathOfProfileAtIndex(i); local
    [all...]

Completed in 155 milliseconds