Searched refs:sub_dir (Results 1 - 7 of 7) sorted by relevance

/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/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem_unittest.py137 sub_dir = fs.join(d, 'subdir')
138 self.assertRaises(OSError, fs.maybe_make_directory, sub_dir)
142 if os.path.exists(sub_dir):
143 os.rmdir(sub_dir)
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc171 const wchar_t* sub_dir; member in struct:__anon2588::__anon2589
200 if (locations[i].sub_dir != NULL)
201 path = path.Append(locations[i].sub_dir);
/external/chromium/chrome/browser/
H A Dshell_integration_win.cc114 const wchar_t* sub_dir; member in struct:__anon2277::__anon2278
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/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/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 418 milliseconds