OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTemporaryPath
(Results
1 - 15
of
15
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h
75
virtual bool
IsTemporaryPath
(const Pathname& pathname);
win32filesystem.h
85
virtual bool
IsTemporaryPath
(const Pathname& pathname);
fileutils.h
220
virtual bool
IsTemporaryPath
(const Pathname& pathname) = 0;
362
static bool
IsTemporaryPath
(const Pathname& pathname) {
363
return EnsureDefaultFilesystem()->
IsTemporaryPath
(pathname);
pathutils.h
169
if (!Filesystem::
IsTemporaryPath
(path)) {
fileutils.cc
226
if (!
IsTemporaryPath
(path)) {
unixfilesystem.cc
290
bool UnixFilesystem::
IsTemporaryPath
(const Pathname& pathname) {
win32filesystem.cc
313
bool Win32Filesystem::
IsTemporaryPath
(const Pathname& pathname) {
/external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.h
92
virtual bool
IsTemporaryPath
(const Pathname& pathname);
win32filesystem.h
85
virtual bool
IsTemporaryPath
(const Pathname& pathname);
fileutils.h
222
virtual bool
IsTemporaryPath
(const Pathname& pathname) = 0;
364
static bool
IsTemporaryPath
(const Pathname& pathname) {
365
return EnsureDefaultFilesystem()->
IsTemporaryPath
(pathname);
pathutils.h
169
if (!Filesystem::
IsTemporaryPath
(path)) {
fileutils.cc
239
if (!
IsTemporaryPath
(path)) {
fileutils_mock.h
218
bool
IsTemporaryPath
(const Pathname &pathname) {
unixfilesystem.cc
284
bool UnixFilesystem::
IsTemporaryPath
(const Pathname& pathname) {
win32filesystem.cc
313
bool Win32Filesystem::
IsTemporaryPath
(const Pathname& pathname) {
Completed in 153 milliseconds