Home
last modified time | relevance | path

Searched refs:CheckFreeSpace (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py183 def CheckFreeSpace(path): function
Dcopy_helper.py99 from gslib.util import CheckFreeSpace
1511 if CheckFreeSpace(gzip_path) < 2*int(src_obj_size):
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dperfdiag.py56 from gslib.util import CheckFreeSpace
571 free_disk_space = CheckFreeSpace(self.directory)