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

  /external/chromium_org/base/files/
file.h 174 PlatformFile GetPlatformFile() const { return file_; }
  /external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc 231 bool FileSystemUsageCache::GetPlatformFile(const base::FilePath& file_path,
268 if (!GetPlatformFile(file_path, &file))
278 if (!GetPlatformFile(file_path, &file))
287 return GetPlatformFile(file_path, &file) && base::FlushPlatformFile(file);

Completed in 37 milliseconds