Searched refs:root_directory (Results 1 – 10 of 10) sorted by relevance
30 def Main(root_directory): argument35 filepaths = GetAllFilepaths(root_directory)64 def GetAllFilepaths(root_directory): argument70 for dirpath, dirnames, filenames in os.walk(root_directory):
17 const FilePath& root_directory, in PackExtensionJob() argument20 root_directory_ = root_directory.StripTrailingSeparators(); in PackExtensionJob()
121 const FilePath& root_directory) in ComponentExtensionInfo()123 root_directory(root_directory) { in ComponentExtensionInfo()131 FilePath root_directory; member
34 const FilePath& root_directory,
525 FilePath root_directory = in HandlePackMessage() local529 if (root_directory.empty()) { in HandlePackMessage()547 pack_job_ = new PackExtensionJob(this, root_directory, key_file); in HandlePackMessage()
843 info.root_directory, in LoadComponentExtension()
202 const StringRef root_directory(StringRef path);
319 const StringRef root_directory(StringRef path) { in root_directory() function534 return !root_directory(p).empty(); in has_root_directory()639 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
618 FilePath root_directory = in HandlePackMessage() local622 if (root_directory.empty()) { in HandlePackMessage()640 pack_job_ = new PackExtensionJob(this, root_directory, key_file); in HandlePackMessage()
114 path::root_directory(*i); in TEST()