HomeSort by relevance Sort by last modified time
    Searched full:root_path (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/oprofile/libpp/
locate_images.cpp 60 root_path = op_realpath(root_path_);
61 if (!root_path.empty())
62 root_path = op_realpath(root_path);
64 if (root_path.empty() && archive_path.empty())
68 if (!root_path.empty() && root_path != archive_path)
69 populate(paths, root_path);
130 // Skip search since root_path can be non empty and we want
131 // to lookup only in root_path in this case
    [all...]
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/
file_util_unittest.cc 58 base::FilePath root_path; local
60 base::FilePath::StringType(), &root_path));
61 root_path = base::MakeAbsoluteFilePath(root_path);
62 ASSERT_FALSE(root_path.empty());
64 base::FilePath api_path = root_path.Append(FILE_PATH_LITERAL("apiname"));
112 expected_path = root_path.Append(FILE_PATH_LITERAL("apiname")).Append(
115 extensions::file_util::ExtensionResourceURLToFilePath(url, root_path);
120 ASSERT_TRUE(base::DeleteFile(root_path, true));
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());
  /bootable/recovery/
install.h 27 // Install the package specified by root_path. If INSTALL_SUCCESS is
30 int install_package(const char *root_path, int* wipe_cache,
  /external/chromium_org/webkit/browser/fileapi/
test_file_set.h 32 void SetUpOneTestCase(const base::FilePath& root_path,
36 void SetUpRegularTestCases(const base::FilePath& root_path);
test_file_set.cc 42 void SetUpOneTestCase(const base::FilePath& root_path,
44 base::FilePath path = root_path.Append(test_case.path);
67 void SetUpRegularTestCases(const base::FilePath& root_path) {
70 SetUpOneTestCase(root_path, kRegularTestCases[i]);
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 115 base::FilePath* root_path) {
126 if (root_path)
127 *root_path = returned_root_path;
208 base::FilePath root_path; local
212 &root_path)); local
216 EXPECT_EQ(expected.value(), root_path.value());
217 EXPECT_TRUE(base::DirectoryExists(root_path));
219 returned_root_path[i] = root_path;
228 base::FilePath root_path; local
232 &root_path)); local
307 base::FilePath root_path; local
311 &root_path)); local
    [all...]
  /external/chromium_org/base/files/
file_enumerator.h 49 // includes the |root_path| passed into the FileEnumerator constructor.
84 // |root_path| is the starting directory to search for. It may or may not end
101 // NOTE: the pattern only matches the contents of root_path, not files in
104 FileEnumerator(const FilePath& root_path,
107 FileEnumerator(const FilePath& root_path,
115 // The returned path will incorporate the |root_path| passed in the
116 // constructor: "<root_path>/file_name.txt". If the |root_path| is absolute,
file_enumerator_posix.cc 40 FileEnumerator::FileEnumerator(const FilePath& root_path,
44 root_path_(root_path),
49 pending_paths_.push(root_path);
52 FileEnumerator::FileEnumerator(const FilePath& root_path,
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);
file_enumerator_win.cc 43 FileEnumerator::FileEnumerator(const FilePath& root_path,
53 pending_paths_.push(root_path);
56 FileEnumerator::FileEnumerator(const FilePath& root_path,
68 pending_paths_.push(root_path);
  /development/testrunner/
android_build.py 43 root_path = os.getenv("ANDROID_BUILD_TOP")
44 if root_path is None:
48 return root_path
103 root_path = os.getenv("OUT_DIR")
104 if root_path is None:
105 root_path = os.path.join(GetTop(), "out")
106 return root_path
  /external/v8/test/mozilla/
testcfg.py 106 root_path = root[len(self.root):].split(os.path.sep)
107 root_path = current_path + [x for x in root_path if x]
109 for i in xrange(len(root_path)):
110 if i == 0: dir = root_path[1:]
111 else: dir = root_path[1:-i]
119 full_path = root_path + [file[:-3]]
  /external/chromium_org/chrome/browser/extensions/
extension_resource_protocols.cc 20 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/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/v8/test/es5conform/
testcfg.py 86 root_path = root[len(self.root):].split(os.path.sep)
87 root_path = current_path + [x for x in root_path if x]
91 full_path = root_path + [file[:-3]]
  /external/icu4c/test/depstest/
depstest.py 41 def _ReadObjFile(root_path, library_name, obj_name):
50 path = os.path.join(root_path, library_name, obj_name)
81 def _ReadLibrary(root_path, library_name):
82 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o"))
84 _ReadObjFile(root_path, library_name, os.path.basename(path))
136 def Process(root_path):
152 _ReadLibrary(root_path, library_name)
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 120 ASSERT_TRUE(base::CreateDirectory(root_path()));
140 fileapi::kFileSystemTypeNativeMedia, root_path(), NULL);
166 base::FilePath root_path() { function in class:NativeMediaFileUtilTest
202 PopulateDirectoryWithTestCases(root_path(),
228 PopulateDirectoryWithTestCases(root_path(),
276 base::FilePath dest_path = root_path().AppendASCII("dest");
282 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/tools/site_compare/
site_compare.py 76 def Compare(base, compare, ops, root_path=None, out_path=None):
83 root_path: root of the scrapes
95 if root_path is None:
97 root_path = os.path.join(os.path.split(__file__)[0], "Scrapes")
106 base_dir = os.path.join(root_path, base[0])
107 compare_dir = os.path.join(root_path, compare[0])
  /external/chromium_org/chrome/installer/util/
work_item_list.cc 142 const base::FilePath& root_path,
145 WorkItem* item = WorkItem::CreateDeleteTreeWorkItem(root_path, temp_path,
151 WorkItem* WorkItemList::AddDeleteTreeWorkItem(const base::FilePath& root_path,
154 return AddDeleteTreeWorkItem(root_path, temp_path, no_key_files);
work_item.cc 74 const base::FilePath& root_path,
77 return new DeleteTreeWorkItem(root_path, temp_path, key_paths);
delete_tree_work_item.h 31 DeleteTreeWorkItem(const base::FilePath& root_path,
  /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/srec/srec/crec/
astar.c 423 partial_path* parp1 = stack->root_path;
424 /* append_arc_arriving(stack->root_path, parp); */
547 stack->root_path = 0;
583 stack->root_path = make_new_partial_path(stack);
584 ASSERT(stack->root_path);
585 stack->root_path->refcount = 9999;
586 stack->root_path->token_index = MAXwtokenID;
587 stack->root_path->word = MAXwordID;
604 append_arc_arriving(stack->root_path, parp);
635 if (stack->root_path)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_manager.h 51 // root_path specifies where db is stored.
52 explicit DirectoryManager(const FilePath& root_path);

Completed in 619 milliseconds

1 2 3