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

  /external/chromium/base/
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);

Completed in 13 milliseconds