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

  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 32 FilePath root_path; local
33 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &root_path));
38 ExtensionResource resource(extension_id, root_path, relative_path);
41 EXPECT_EQ(root_path.value(), resource.extension_root().value());
  /external/chromium_org/chrome/browser/extensions/
extension_resource_protocols.cc 19 base::FilePath root_path; local
20 PathService::Get(chrome::DIR_RESOURCES_EXTENSION, &root_path);
21 return extension_file_util::ExtensionResourceURLToFilePath(url, root_path);
  /external/oprofile/libpp/
locate_images.h 37 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/extensions/common/
extension_resource_unittest.cc 35 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());
  /external/chromium_org/tools/gn/
build_settings.h 29 const base::FilePath& root_path() const { return root_path_; } function in class:BuildSettings
setup.cc 131 base::FilePath root_path; local
136 root_path = base::MakeAbsoluteFilePath(relative_root_path);
137 dotfile_name_ = root_path.Append(kGnFile);
149 root_path = dotfile_name_.DirName();
153 scheduler_.Log("Using source root", FilePathToUTF8(root_path));
154 build_settings_.set_root_path(root_path);
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_context.h 55 const base::FilePath& root_path() const { return root_path_; } function in class:fileapi::FileSystemOperationContext
75 void set_root_path(const base::FilePath& root_path) {
77 root_path_ = root_path;
sandbox_file_system_backend_unittest.cc 120 base::FilePath* root_path) {
131 if (root_path)
132 *root_path = returned_root_path;
212 base::FilePath root_path; local
216 &root_path)); local
220 EXPECT_EQ(expected.value(), root_path.value());
221 EXPECT_TRUE(base::DirectoryExists(root_path));
223 returned_root_path[i] = root_path;
232 base::FilePath root_path; local
236 &root_path)); local
311 base::FilePath root_path; local
315 &root_path)); local
    [all...]
isolated_file_util_unittest.cc 120 const base::FilePath& root_path() const { function in class:fileapi::IsolatedFileUtilTest
265 base::FilePath root = root_path().Append(
327 SetUpOneTestCase(root_path(), test_case);
332 root_path().Append(test_case.path), &info));
  /external/chromium/chrome/browser/extensions/
file_manager_util.cc 85 const FilePath& root_path = *iter; local
86 root_path.GetComponents(&components);
91 if (root_path.AppendRelativePath(full_file_path, &path)) {
extension_file_browser_private_api.cc 262 const GURL& root_path) OVERRIDE {
275 root_path));
370 const std::string& name, const GURL& root_path) {
375 dict->SetString("path", root_path.spec());
546 FilePath root_path = local
552 FilePath final_file_path = root_path.Append(virtual_path);
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 280 base::FilePath root_path; local
282 base::FilePath::StringType(), &root_path));
283 root_path = base::MakeAbsoluteFilePath(root_path);
284 ASSERT_FALSE(root_path.empty());
286 base::FilePath api_path = root_path.Append(FILE_PATH_LITERAL("apiname"));
334 expected_path = root_path.Append(FILE_PATH_LITERAL("apiname")).Append(
337 extension_file_util::ExtensionResourceURLToFilePath(url, root_path);
342 ASSERT_TRUE(base::DeleteFile(root_path, true));
  /external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc 100 base::FilePath root_path; local
101 GetChromeFrameProfilePath(kIexploreProfileName, &root_path);
103 root_path.Append(L"Default").Append(kWebDataFilename));
  /external/chromium_org/content/common/
child_process_host_impl.cc 59 base::FilePath root_path = helper_app_path.DirName(); local
67 base::FilePath new_path = root_path.Append(new_basename_app)
  /external/chromium_org/net/base/
directory_lister_unittest.cc 133 const base::FilePath& root_path() const { function in class:net::DirectoryListerTest
143 DirectoryLister lister(root_path(), &delegate);
153 DirectoryLister lister(root_path(), true, DirectoryLister::FULL_PATH,
164 DirectoryLister lister(root_path(), &delegate);
  /external/oprofile/pp/
common_option.cpp 35 string root_path; member in namespace:options
50 popt::option(options::root_path, "root", 'R',
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 122 ASSERT_TRUE(file_util::CreateDirectory(root_path()));
142 fileapi::kFileSystemTypeNativeMedia, root_path(), NULL);
168 base::FilePath root_path() { function in class:chrome::NativeMediaFileUtilTest
204 PopulateDirectoryWithTestCases(root_path(),
230 PopulateDirectoryWithTestCases(root_path(),
278 base::FilePath dest_path = root_path().AppendASCII("dest");
284 PopulateDirectoryWithTestCases(root_path(),
321 ASSERT_TRUE(base::DeleteFile(root_path(), true));
322 ASSERT_TRUE(file_util::CreateDirectory(root_path()));
323 PopulateDirectoryWithTestCases(root_path(),
    [all...]
  /external/srec/srec/include/
astar.h 103 partial_path* root_path; /* root is the rightmost partial path member in struct:__anon28277
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 52 // Gets metadata of all files and directories in |root_path|
62 void GetGCacheContents(const base::FilePath& root_path,
75 base::FileEnumerator enumerator(root_path, true /* recursive */, options);
615 const base::FilePath root_path = drive::util::GetCacheRootPath(profile); local
621 root_path,
642 const base::FilePath root_path = drive::util::GetDriveGrandRootPath(); local
645 root_path,
648 root_path));
651 root_path,
654 root_path));
    [all...]

Completed in 1381 milliseconds