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

  /external/chromium/base/
platform_file.h 45 PlatformFile CreatePlatformFile(const FilePath& name,
49 PlatformFile CreatePlatformFile(const std::wstring& name,
platform_file_posix.cc 18 PlatformFile CreatePlatformFile(const FilePath& name, int flags,
71 PlatformFile CreatePlatformFile(const std::wstring& name, int flags,
73 return CreatePlatformFile(FilePath::FromWStringHack(name), flags, created);
platform_file_win.cc 12 PlatformFile CreatePlatformFile(const FilePath& name,
69 PlatformFile CreatePlatformFile(const std::wstring& name, int flags,
71 return CreatePlatformFile(FilePath::FromWStringHack(name), flags, created);
file_util.cc 297 file_ = base::CreatePlatformFile(file_name,
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 66 base::CreatePlatformFile(name, flags, NULL)));
file_posix.cc 263 platform_file_ = base::CreatePlatformFile(name, flags, NULL);
block_files.cc 217 base::CreatePlatformFile(name, flags, NULL)));
backend_impl.cc 703 base::CreatePlatformFile(name, flags, NULL)));
1055 base::CreatePlatformFile(index_name, flags, file_created)));
    [all...]
  /external/chromium/net/base/
file_stream_posix.cc 332 file_ = base::CreatePlatformFile(path, open_flags_, NULL);
file_stream_win.cc 157 file_ = base::CreatePlatformFile(path.value(), open_flags_, NULL);
file_stream_unittest.cc 52 base::PlatformFile file = base::CreatePlatformFile(
68 file = base::CreatePlatformFile(temp_file_path().ToWStringHack(),

Completed in 1243 milliseconds