OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreatePrivateFile
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
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) {
/external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h
133
virtual bool
CreatePrivateFile
(const Pathname &filename) = 0;
316
static bool
CreatePrivateFile
(const Pathname &filename) {
317
return EnsureDefaultFilesystem()->
CreatePrivateFile
(filename);
fileutils_mock.h
170
bool
CreatePrivateFile
(const Pathname &filename) {
unixfilesystem.cc
127
bool UnixFilesystem::
CreatePrivateFile
(const Pathname &filename) {
win32filesystem.cc
90
bool Win32Filesystem::
CreatePrivateFile
(const Pathname &filename) {
Completed in 51 milliseconds