Searched defs:root_path (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/webrtc/test/testsupport/android/
H A Droot_path_android_chromium.cc24 base::FilePath root_path; local
25 base::android::GetExternalStorageDirectory(&root_path);
26 return root_path.value() + "/";
/external/chromium_org/content/test/
H A Dfileapi_test_file_set.cc41 void SetUpOneFileSystemTestCase(const base::FilePath& root_path, argument
43 base::FilePath path = root_path.Append(test_case.path);
60 void SetUpRegularFileSystemTestCases(const base::FilePath& root_path) { argument
63 SetUpOneFileSystemTestCase(root_path, kRegularFileSystemTestCases[i]);
/external/chromium_org/base/files/
H A Dfile_enumerator_win.cc43 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
53 pending_paths_.push(root_path);
56 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
68 pending_paths_.push(root_path);
H A Dfile_enumerator_posix.cc40 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
44 root_path_(root_path),
49 pending_paths_.push(root_path);
52 FileEnumerator::FileEnumerator(const FilePath& root_path, argument
57 root_path_(root_path),
60 pattern_(root_path.Append(pattern).value()) {
63 // The Windows version of this code appends the pattern to the root_path,
68 pending_paths_.push(root_path);
H A Dfile_util.cc36 int64 ComputeDirectorySize(const FilePath& root_path) { argument
38 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES);
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc31 const base::FilePath& root_path,
34 : root_path_(root_path),
30 DeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
H A Dwork_item.cc72 const base::FilePath& root_path,
75 return new DeleteTreeWorkItem(root_path, temp_path, key_paths);
71 CreateDeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
H A Dwork_item_list.cc135 const base::FilePath& root_path,
138 WorkItem* item = WorkItem::CreateDeleteTreeWorkItem(root_path, temp_path,
144 WorkItem* WorkItemList::AddDeleteTreeWorkItem(const base::FilePath& root_path, argument
147 return AddDeleteTreeWorkItem(root_path, temp_path, no_key_files);
134 AddDeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_cache_storage_manager.h94 base::FilePath root_path() const { return root_path_; } function in class:content::ServiceWorkerCacheStorageManager
H A Dservice_worker_cache_storage_manager.cc22 base::FilePath ConstructOriginPath(const base::FilePath& root_path, argument
27 return root_path.AppendASCII(origin_hash_hex);
39 base::FilePath root_path = path; local
41 root_path = path.Append(ServiceWorkerContextCore::kServiceWorkerDirectory)
46 new ServiceWorkerCacheStorageManager(root_path, cache_task_runner));
54 new ServiceWorkerCacheStorageManager(old_manager->root_path(),
/external/oprofile/libpp/
H A Dlocate_images.h37 std::string const & root_path);
76 /// a filename with the archive_path or root_path stripped.
99 std::string root_path; member in class:extra_images
/external/chromium_org/chrome/browser/extensions/
H A Dextension_resource_protocols.cc20 base::FilePath root_path; local
21 PathService::Get(chrome::DIR_RESOURCES_EXTENSION, &root_path);
22 return extensions::file_util::ExtensionResourceURLToFilePath(url, root_path);
/external/chromium_org/extensions/common/
H A Dextension_resource_unittest.cc35 base::FilePath root_path; local
36 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &root_path));
40 ExtensionResource resource(extension_id, root_path, relative_path);
43 EXPECT_EQ(root_path.value(), resource.extension_root().value());
H A Dfile_util_unittest.cc440 base::FilePath root_path; local
442 base::FilePath::StringType(), &root_path));
443 root_path = base::MakeAbsoluteFilePath(root_path);
444 ASSERT_FALSE(root_path.empty());
446 base::FilePath api_path = root_path.Append(FILE_PATH_LITERAL("apiname"));
494 expected_path = root_path.Append(FILE_PATH_LITERAL("apiname")).Append(
497 extensions::file_util::ExtensionResourceURLToFilePath(url, root_path);
502 ASSERT_TRUE(base::DeleteFile(root_path, true));
/external/chromium_org/net/base/
H A Ddirectory_lister_unittest.cc128 const base::FilePath& root_path() const { function in class:net::DirectoryListerTest
138 DirectoryLister lister(root_path(), &delegate);
148 DirectoryLister lister(root_path(), true, DirectoryLister::FULL_PATH,
159 DirectoryLister lister(root_path(), &delegate);
/external/chromium_org/third_party/zlib/google/
H A Dzip.cc53 const base::FilePath& root_path) {
55 bool result = root_path.AppendRelativePath(path, &relative_path);
52 AddEntryToZip(zipFile zip_file, const base::FilePath& path, const base::FilePath& root_path) argument
/external/chromium_org/tools/gn/
H A Dbuild_settings.h35 const base::FilePath& root_path() const { return root_path_; } function in class:BuildSettings
H A Dsetup.cc393 base::FilePath root_path; local
398 root_path = base::MakeAbsoluteFilePath(relative_root_path);
399 if (root_path.empty()) {
411 dotfile_name_ = root_path.Append(kGnFile);
434 root_path = dotfile_name_.DirName();
438 scheduler_.Log("Using source root", FilePathToUTF8(root_path));
439 build_settings_.SetRootPath(root_path);
446 SourceDirForCurrentDirectory(build_settings_.root_path()).
/external/oprofile/pp/
H A Dcommon_option.cpp35 string root_path; member in namespace:options
50 popt::option(options::root_path, "root", 'R',
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util_unittest.cc120 ASSERT_TRUE(base::CreateDirectory(root_path()));
141 storage::kFileSystemTypeNativeMedia, std::string(), root_path(), NULL);
167 base::FilePath root_path() { function in class:NativeMediaFileUtilTest
201 PopulateDirectoryWithTestCases(root_path(),
227 PopulateDirectoryWithTestCases(root_path(),
275 base::FilePath dest_path = root_path().AppendASCII("dest");
281 PopulateDirectoryWithTestCases(root_path(),
322 ASSERT_TRUE(base::DeleteFile(root_path(), true));
323 ASSERT_TRUE(base::CreateDirectory(root_path()));
324 PopulateDirectoryWithTestCases(root_path(),
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_file_system_backend_unittest.cc109 base::FilePath* root_path) {
121 if (root_path)
122 *root_path = returned_root_path;
203 base::FilePath root_path; local
207 &root_path)); local
211 EXPECT_EQ(expected.value(), root_path.value());
212 EXPECT_TRUE(base::DirectoryExists(root_path));
214 returned_root_path[i] = root_path;
223 base::FilePath root_path; local
227 &root_path)); local
106 GetRootPath(const GURL& origin_url, storage::FileSystemType type, storage::OpenFileSystemMode mode, base::FilePath* root_path) argument
302 base::FilePath root_path; local
306 &root_path)); local
[all...]
H A Ddragged_file_util_unittest.cc124 const base::FilePath& root_path() const { function in class:content::DraggedFileUtilTest
270 base::FilePath root = root_path().Append(
333 SetUpOneFileSystemTestCase(root_path(), test_case);
337 ASSERT_TRUE(base::GetFileInfo(root_path().Append(test_case.path), &info));
/external/chromium_org/content/common/
H A Dchild_process_host_impl.cc61 base::FilePath root_path = helper_app_path.DirName(); local
69 base::FilePath new_path = root_path.Append(new_basename_app)
/external/chromium_org/storage/browser/fileapi/
H A Dnative_file_util.cc78 NativeFileEnumerator(const base::FilePath& root_path, argument
81 : file_enum_(root_path, recursive, file_type) {
206 NativeFileUtil::CreateFileEnumerator(const base::FilePath& root_path, argument
209 root_path, recursive,
/external/srec/srec/include/
H A Dastar.h103 partial_path* root_path; /* root is the rightmost partial path member in struct:__anon31093

Completed in 1098 milliseconds

12