Searched refs:sub_dir (Results 1 - 21 of 21) 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.cc560 FilePath sub_dir = base_dir.Append(name_tmpl); local
561 std::string sub_dir_string = sub_dir.value();
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc444 FilePath sub_dir(FILE_PATH_LITERAL("url fixer-upper dir"));
446 FilePath new_dir = dir.Append(sub_dir);
452 FilePath relative_file = sub_dir.Append(sub_file);
457 FilePath::StringType relative_file_str = sub_dir.value() +
466 relative_file_str = sub_dir.value() + FILE_PATH_LITERAL("/../") +
467 sub_dir.value() + FILE_PATH_LITERAL("///./") + sub_file.value();
/external/chromium_org/gpu/gles2_conform_support/
H A Dgenerate_gles2_embedded_data.py98 for sub_dir in sub_dirs:
99 self.AddFiles(sub_dir)
/external/chromium_org/chrome/installer/util/
H A Dgoogle_chrome_distribution.cc170 string16 sub_dir(installer::kGoogleChromeInstallSubDir1);
171 sub_dir.append(L"\\");
172 sub_dir.append(installer::kGoogleChromeInstallSubDir2);
173 return sub_dir;
H A Ddelete_after_reboot_helper.cc139 for (base::FilePath sub_dir = dir_enum.Next(); !sub_dir.empty();
140 sub_dir = dir_enum.Next()) {
141 success = ScheduleDirectoryForDeletion(sub_dir);
144 << sub_dir.value();
/external/chromium_org/chrome/common/net/
H A Durl_fixer_upper_unittest.cc500 base::FilePath sub_dir(FILE_PATH_LITERAL("url fixer-upper dir"));
503 base::FilePath new_dir = dir.Append(sub_dir);
510 base::FilePath relative_file = sub_dir.Append(sub_file);
515 base::FilePath::StringType relative_file_str = sub_dir.value() +
524 relative_file_str = sub_dir.value() + FILE_PATH_LITERAL("/../") +
525 sub_dir.value() + FILE_PATH_LITERAL("///./") + sub_file.value();
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc171 const wchar_t* sub_dir; member in struct:__anon2756::__anon2757
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwallpaper_manager.cc83 // Returns custom wallpaper directory by appending corresponding |sub_dir|.
84 base::FilePath GetCustomWallpaperDir(const char* sub_dir) { argument
88 return custom_wallpaper_dir.Append(sub_dir);
91 bool MoveCustomWallpaperDirectory(const char* sub_dir, argument
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);
213 GetCustomWallpaperPath( const char* sub_dir, const std::string& user_id_hash, const std::string& file) argument
652 const char* sub_dir = (resolution == ash::WALLPAPER_RESOLUTION_SMALL) ? local
[all...]
H A Dwallpaper_manager_browsertest.cc98 base::FilePath GetCustomWallpaperPath(const char* sub_dir, argument
102 WallpaperManager::Get()->GetCustomWallpaperPath(sub_dir,
H A Dwallpaper_manager.h116 // Returns custom wallpaper path. Append |sub_dir|, |user_id_hash| and |file|
118 base::FilePath GetCustomWallpaperPath(const char* sub_dir,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_unittest.py230 sub_dir = fs.join(d, 'subdir')
231 self.assertRaises(OSError, fs.maybe_make_directory, sub_dir)
235 if os.path.exists(sub_dir):
236 os.rmdir(sub_dir)
/external/chromium_org/extensions/common/
H A Dextension_resource_unittest.cc54 base::FilePath sub_dir = inner_dir.AppendASCII("subdir"); local
55 ASSERT_TRUE(base::CreateDirectory(sub_dir));
/external/chromium/chrome/browser/
H A Dshell_integration_win.cc114 const wchar_t* sub_dir; member in struct:__anon2445::__anon2446
138 if (kLocations[i].sub_dir)
139 path = path.Append(kLocations[i].sub_dir);
/external/chromium/chrome/browser/web_applications/
H A Dweb_app.cc242 const wchar_t* sub_dir;
277 if (locations[i].sub_dir != NULL)
278 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:__anon5914::__anon5915
168 if (kLocations[i].sub_dir)
169 path = path.Append(kLocations[i].sub_dir);
/external/chromium_org/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc239 const wchar_t* sub_dir; member in struct:__anon6711::__anon6712
263 if (locations[i].sub_dir != NULL)
264 path = path.Append(locations[i].sub_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/content/common/
H A Dsandbox_win.cc112 bool AddDirectory(int path, const wchar_t* sub_dir, bool children, argument
119 if (sub_dir)
120 directory = base::MakeAbsoluteFilePath(directory.Append(sub_dir));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.cc308 const base::FilePath sub_dir = base::FilePath().AppendASCII(name); local
315 if (!base::CreateTemporaryDirInDir(base_dir, sub_dir.value(),
/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();

Completed in 530 milliseconds