HomeSort by relevance Sort by last modified time
    Searched defs:sub_dir (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/base/
os_compat_android_unittest.cc 23 FilePath sub_dir = tmp_dir.Append("XX"); local
24 std::string sub_dir_string = sub_dir.value();
file_util_posix.cc 560 FilePath sub_dir = base_dir.Append(name_tmpl); local
561 std::string sub_dir_string = sub_dir.value();
  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 54 base::FilePath sub_dir = inner_dir.AppendASCII("subdir"); local
55 ASSERT_TRUE(base::CreateDirectory(sub_dir));
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 171 const wchar_t* sub_dir; member in struct:__anon5162::__anon5163
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
  /external/chromium/chrome/browser/
shell_integration_win.cc 114 const wchar_t* sub_dir; member in struct:__anon4851::__anon4852
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 144 const wchar_t* sub_dir; member in struct:__anon8320::__anon8321
168 if (kLocations[i].sub_dir)
169 path = path.Append(kLocations[i].sub_dir);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 308 const base::FilePath sub_dir = base::FilePath().AppendASCII(name); local
315 if (!base::CreateTemporaryDirInDir(base_dir, sub_dir.value(),
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 239 const wchar_t* sub_dir; member in struct:__anon9117::__anon9118
263 if (locations[i].sub_dir != NULL)
264 path = path.Append(locations[i].sub_dir);
  /external/chromium/base/
file_util_posix.cc 457 FilePath sub_dir = base_dir.Append(name_tmpl); local
458 std::string sub_dir_string = sub_dir.value();
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.cc 83 // Returns custom wallpaper directory by appending corresponding |sub_dir|.
84 base::FilePath GetCustomWallpaperDir(const char* sub_dir) {
88 return custom_wallpaper_dir.Append(sub_dir);
91 bool MoveCustomWallpaperDirectory(const char* sub_dir,
94 base::FilePath base_path = GetCustomWallpaperDir(sub_dir);
214 const char* sub_dir,
217 base::FilePath custom_wallpaper_path = GetCustomWallpaperDir(sub_dir);
553 const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? local
559 sub_dir = kOriginalWallpaperSubDir;
560 base::FilePath wallpaper_path = GetCustomWallpaperDir(sub_dir);
652 const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? local
    [all...]

Completed in 732 milliseconds