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