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

  /external/webrtc/webrtc/base/
fileutils.h 114 virtual bool CreatePrivateFile(const Pathname &filename) = 0;
295 static bool CreatePrivateFile(const Pathname &filename) {
296 return EnsureDefaultFilesystem()->CreatePrivateFile(filename);
fileutils_mock.h 153 bool CreatePrivateFile(const Pathname &filename) {
unixfilesystem.cc 135 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) {
win32filesystem.cc 74 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {

Completed in 223 milliseconds