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

  /external/chromium_org/third_party/webrtc/base/
fileutils.h 116 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
299 static bool CreatePrivateFile(const Pathname &filename) {
300 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
fileutils_mock.h 153 bool CreatePrivateFile(const Pathname &filename) {
unixfilesystem.cc 134 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) {
win32filesystem.cc 73 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {

Completed in 506 milliseconds