OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPlatformFile
(Results
1 - 3
of
3
) sorted by null
/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);
file_system_usage_cache.h
78
bool
GetPlatformFile
(const base::FilePath& file_path,
/external/chromium_org/base/files/
file.h
174
PlatformFile
GetPlatformFile
() const { return file_; }
Completed in 57 milliseconds