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

1 2 3 4

  /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, const TestCaseRecord& record);
35 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]);
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...]
  /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/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/chrome/installer/util/
delete_tree_work_item.h 31 DeleteTreeWorkItem(const base::FilePath& root_path,
  /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/chromium_org/base/files/
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 42 FileEnumerator::FileEnumerator(const FilePath& root_path,
52 pending_paths_.push(root_path);
55 FileEnumerator::FileEnumerator(const FilePath& root_path,
67 pending_paths_.push(root_path);
file_enumerator.h 49 // includes the |root_path| passed into the FileEnumerator constructor.
81 // |root_path| is the starting directory to search for. It may or may not end
98 // NOTE: the pattern only matches the contents of root_path, not files in
101 FileEnumerator(const FilePath& root_path,
104 FileEnumerator(const FilePath& root_path,
112 // The returned path will incorporate the |root_path| passed in the
113 // constructor: "<root_path>/file_name.txt". If the |root_path| is absolute,
  /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/tools/gn/
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/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/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/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/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/oprofile/pp/
common_option.h 28 extern std::string root_path;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 44 const GURL& root_path);
52 const GURL& root_path);
  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector.py 12 def __init__(self, compiled_fs_factory, file_system, root_path):
13 self._root_path = root_path
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_launcher.py 22 def __init__(self, exe_path, root_path=None, url_base=None, http_threads=None,
28 root_path: base path from which ChromeDriver webserver will serve files;
39 self._root_path = root_path
  /external/v8/test/test262/
testcfg.py 90 root_path = root[len(self.root):].split(os.path.sep)
91 root_path = current_path + [x for x in root_path if x]

Completed in 9260 milliseconds

1 2 3 4