OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreatePrivateFile
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h
45
virtual bool
CreatePrivateFile
(const Pathname &filename);
win32filesystem.h
44
virtual bool
CreatePrivateFile
(const Pathname &filename);
fileutils.h
131
virtual bool
CreatePrivateFile
(const Pathname &filename) = 0;
314
static bool
CreatePrivateFile
(const Pathname &filename) {
315
return EnsureDefaultFilesystem()->
CreatePrivateFile
(filename);
unixfilesystem.cc
134
bool UnixFilesystem::
CreatePrivateFile
(const Pathname &filename) {
win32filesystem.cc
90
bool Win32Filesystem::
CreatePrivateFile
(const Pathname &filename) {
Completed in 428 milliseconds