Searched defs:sub_dir (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/base/
H A Dos_compat_android_unittest.cc23 FilePath sub_dir = tmp_dir.Append("XX"); local
24 std::string sub_dir_string = sub_dir.value();
H A Dfile_util_posix.cc473 FilePath sub_dir = base_dir.Append(name_tmpl); local
474 std::string sub_dir_string = sub_dir.value();
/external/chromium_org/extensions/common/
H A Dextension_resource_unittest.cc54 base::FilePath sub_dir = inner_dir.AppendASCII("subdir"); local
55 ASSERT_TRUE(file_util::CreateDirectory(sub_dir));
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwallpaper_manager_browsertest.cc92 base::FilePath GetCustomWallpaperPath(const char* sub_dir, argument
96 WallpaperManager::Get()->GetCustomWallpaperPath(sub_dir, email, id);
H A Dwallpaper_manager.cc85 // Returns custom wallpaper directory by appending |sub_dir| and |email| as sub
87 base::FilePath GetCustomWallpaperDir(const char* sub_dir, argument
92 return custom_wallpaper_dir.Append(sub_dir).Append(email);
213 const char* sub_dir,
216 base::FilePath custom_wallpaper_path = GetCustomWallpaperDir(sub_dir, email);
587 const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? local
593 sub_dir = kOriginalWallpaperSubDir;
594 base::FilePath wallpaper_path = GetCustomWallpaperPath(sub_dir, email,
677 const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? local
679 base::FilePath wallpaper_path = GetCustomWallpaperPath(sub_dir, emai
212 GetCustomWallpaperPath( const char* sub_dir, const std::string& email, const std::string& file) argument
[all...]
/external/chromium/chrome/browser/
H A Dshell_integration_win.cc114 const wchar_t* sub_dir; member in struct:__anon2442::__anon2443
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc171 const wchar_t* sub_dir; member in struct:__anon2753::__anon2754
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc144 const wchar_t* sub_dir; member in struct:__anon5725::__anon5726
168 if (kLocations[i].sub_dir)
169 path = path.Append(kLocations[i].sub_dir);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.cc307 const base::FilePath sub_dir = base::FilePath().AppendASCII(name); local
315 base_dir, sub_dir.value(), &extension_dir)) {
/external/chromium/chrome/common/
H A Dsandbox_policy.cc124 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, argument
131 if (sub_dir) {
132 directory = directory.Append(sub_dir);
/external/chromium_org/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc234 const wchar_t* sub_dir; member in struct:__anon6443::__anon6444
258 if (locations[i].sub_dir != NULL)
259 path = path.Append(locations[i].sub_dir);
/external/chromium_org/content/common/
H A Dsandbox_win.cc108 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, argument
115 if (sub_dir)
116 directory = base::MakeAbsoluteFilePath(directory.Append(sub_dir));
/external/chromium/base/
H A Dfile_util_posix.cc457 FilePath sub_dir = base_dir.Append(name_tmpl); local
458 std::string sub_dir_string = sub_dir.value();
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc354 const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? local
357 sub_dir, email, file_name);

Completed in 782 milliseconds