Searched refs:ToDirectory (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dgcs_file_system_provider.py12 from path_util import IsDirectory, ToDirectory namespace
80 return LocalFileSystem(ToDirectory(os.path.join(LOCAL_GCS_DIR, bucket)))
H A Dpath_util.py59 def ToDirectory(path): function
93 last_path = ToDirectory(last_path)
H A Dchained_compiled_file_system.py9 from path_util import ToDirectory namespace
56 path = ToDirectory(path)
H A Dcontent_provider.py15 from path_util import AssertIsValid, IsDirectory, Join, ToDirectory namespace
136 return (self._directory_zipper.Zip(ToDirectory(base))
148 stat_future = self.file_system.StatAsync(ToDirectory(base))
188 return (self.file_system.Exists(ToDirectory(path))
H A Dfile_system.py11 ToDirectory)
126 return self.ReadSingle(ToDirectory(parent)).Then(lambda l: base in l,
H A Dcaching_file_system.py10 from path_util import AssertIsDirectory, IsDirectory, ToDirectory namespace
44 dir_path = ToDirectory(dir_path)
H A Dcompiled_file_system.py10 from path_util import AssertIsDirectory, AssertIsFile, ToDirectory namespace
277 path = ToDirectory(path)
H A Dgitiles_file_system.py23 from path_util import AssertIsValid, IsDirectory, ToDirectory namespace
223 fetch_future = self._FetchAsync(ToDirectory(dir_) + _JSON_FORMAT)

Completed in 5050 milliseconds