OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAbsent
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/base/
win32filesystem.h
65
virtual bool
IsAbsent
(const Pathname& pathname);
unixfilesystem.h
86
bool
IsAbsent
(const Pathname& pathname) override;
fileutils.h
198
virtual bool
IsAbsent
(const Pathname& pathname) = 0;
339
static bool
IsAbsent
(const Pathname &pathname) {
340
return EnsureDefaultFilesystem()->
IsAbsent
(pathname);
fileutils_unittest.cc
102
EXPECT_TRUE(Filesystem::
IsAbsent
(path));
pathutils.h
152
if (Filesystem::
IsAbsent
(path))
unixfilesystem.cc
322
bool UnixFilesystem::
IsAbsent
(const Pathname& pathname) {
516
while (!existing_path.folder().empty() &&
IsAbsent
(existing_path)) {
fileutils.cc
224
if (
IsAbsent
(path))
fileutils_mock.h
197
bool
IsAbsent
(const Pathname &pathname) {
win32filesystem.cc
282
bool Win32Filesystem::
IsAbsent
(const Pathname& path) {
Completed in 685 milliseconds