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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.h 265 bool HasEnoughSpaceFor(int64 num_bytes, const base::FilePath& path);
file_cache.cc 180 if (HasEnoughSpaceFor(num_bytes, cache_file_directory_))
211 return HasEnoughSpaceFor(num_bytes, cache_file_directory_);
632 bool FileCache::HasEnoughSpaceFor(int64 num_bytes,

Completed in 273 milliseconds