HomeSort by relevance Sort by last modified time
    Searched refs:root_path (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium_org/tools/gn/
commands.cc 66 setup->build_settings().root_path()),
build_settings.h 35 const base::FilePath& root_path() const { return root_path_; } function in class:BuildSettings
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.h 50 CreateFileEnumerator(const base::FilePath& root_path,
native_file_util.cc 78 NativeFileEnumerator(const base::FilePath& root_path,
81 : file_enum_(root_path, recursive, file_type) {
206 NativeFileUtil::CreateFileEnumerator(const base::FilePath& root_path,
209 root_path, recursive,
  /external/oprofile/pp/
oparchive_options.cpp 100 profile_spec::create(spec.common, image_path, root_path);
opgprof_options.cpp 114 options::root_path);
opannotate_options.cpp 126 options::root_path);
common_option.cpp 35 string root_path; member in namespace:options
50 popt::option(options::root_path, "root", 'R',
  /external/chromium_org/extensions/common/
file_util_unittest.cc 497 base::FilePath root_path; local
499 base::FilePath::StringType(), &root_path));
500 root_path = base::MakeAbsoluteFilePath(root_path);
501 ASSERT_FALSE(root_path.empty());
503 base::FilePath api_path = root_path.Append(FILE_PATH_LITERAL("apiname"));
551 expected_path = root_path.Append(FILE_PATH_LITERAL("apiname")).Append(
554 extensions::file_util::ExtensionResourceURLToFilePath(url, root_path);
559 ASSERT_TRUE(base::DeleteFile(root_path, true));
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.cc 31 const base::FilePath& root_path,
34 : root_path_(root_path),
work_item.h 119 const base::FilePath& root_path,
  /external/chromium_org/third_party/zlib/google/
zip.cc 53 const base::FilePath& root_path) {
55 bool result = root_path.AppendRelativePath(path, &relative_path);
  /external/oprofile/libpp/
profile_spec.h 43 std::string const & root_path);
  /external/srec/srec/include/
astar.h 103 partial_path* root_path; /* root is the rightmost partial path member in struct:__anon34810
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 49 // Gets metadata of all files and directories in |root_path|
59 void GetGCacheContents(const base::FilePath& root_path,
72 base::FileEnumerator enumerator(root_path, true /* recursive */, options);
665 const base::FilePath root_path = drive::util::GetCacheRootPath(profile); local
671 root_path,
688 const base::FilePath root_path = drive::util::GetDriveGrandRootPath(); local
691 root_path,
694 root_path));
697 root_path,
700 root_path));
    [all...]
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 79 SmallString<256> Buffer = path::root_path(P);
  /external/llvm/include/llvm/Support/
Path.h 218 const StringRef root_path(StringRef path);
229 /// @result The path starting after root_path if one exists, otherwise "".
338 /// root_path != ""
  /external/chromium_org/base/
file_util.cc 36 int64 ComputeDirectorySize(const FilePath& root_path) {
38 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES);
  /external/chromium_org/content/common/
child_process_host_impl.cc 61 base::FilePath root_path = helper_app_path.DirName(); local
69 base::FilePath new_path = root_path.Append(new_basename_app)
  /system/extras/puncture_fs/
puncture_fs.c 120 static bool create_unique_dir(char *dir, const char * const root_path) {
129 sprintf(dir, "%s/%s", root_path, random_string);
  /external/chromium_org/content/browser/fileapi/
dragged_file_util_unittest.cc 124 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));
  /development/testrunner/coverage/
coverage.py 225 def _FindCoverageFiles(self, root_path):
226 """Finds all files in <root_path>/*/*.<_TEST_COVERAGE_EXT>.
229 root_path: absolute file path string to search from
233 file_pattern = os.path.join(root_path, "*", "*.%s" %
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 210 const base::FilePath root_path() { return root_.path(); } function in class:file_manager::__anon7709::TestVolume
231 root_path().AppendASCII(entry.target_path);
256 const base::FilePath path = root_path().AppendASCII(entry.target_path);
263 if (path.DirName() != root_path()) {
284 ->RegisterDownloadsDirectoryForTesting(root_path());
325 root_path());
330 root_path(), volume_type_, device_type_);
468 profile, NULL, fake_drive_service_, std::string(), root_path(), NULL);
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
file_storage.py 30 def __init__(self, root_path):
31 """Creates a file-backed storage. Files will be placed in |root_path|."""
32 self._root = root_path
58 """Lists archives. Each of them is a sub-folder inside the |root_path|."""
  /external/chromium_org/tools/checkperms/
checkperms.py 304 def check_file(root_path, rel_path):
305 """Checks the permissions of the file whose path is root_path + rel_path and
315 full_path = os.path.join(root_path, rel_path)

Completed in 1138 milliseconds

12 3