HomeSort by relevance Sort by last modified time
    Searched refs:path_components (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 437 path_components = path.split(self.path_separator)
439 for component in path_components:
494 path_components = path.split(self.path_separator)
495 if not path_components:
497 basename = path_components.pop()
498 if not path_components:
500 for component in path_components:
504 while not path_components[-1]:
505 path_components.pop()
506 return (self.path_separator.join(path_components), basename
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 455 path_components = path.split(self.path_separator)
457 for component in path_components:
512 path_components = path.split(self.path_separator)
513 if not path_components:
515 basename = path_components.pop()
516 if not path_components:
518 for component in path_components:
522 while not path_components[-1]:
523 path_components.pop()
524 return (self.path_separator.join(path_components), basename
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
util.py 88 path_components = path.split('/')
90 for component in path_components:
225 path_components = path.split(os.path.sep)
226 return '.'.join(path_components)
  /external/libchrome/base/files/
file_util_posix.cc 774 std::vector<FilePath::StringType> path_components; local
777 path.GetComponents(&path_components);
780 for (ib = base_components.begin(), ip = path_components.begin();
785 DCHECK(ip != path_components.end());
793 for (; ip != path_components.end(); ++ip) {
  /system/core/adb/
file_sync_service.cpp 58 std::vector<std::string> path_components = android::base::Split(path, "/");
60 for (const auto& path_component : path_components) {
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py     [all...]

Completed in 153 milliseconds