HomeSort by relevance Sort by last modified time
    Searched defs:IsAbsent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/base/
fileutils.h 202 virtual bool IsAbsent(const Pathname& pathname) = 0;
343 static bool IsAbsent(const Pathname &pathname) {
344 return EnsureDefaultFilesystem()->IsAbsent(pathname);
fileutils_mock.h 197 bool IsAbsent(const Pathname &pathname) {
unixfilesystem.cc 321 bool UnixFilesystem::IsAbsent(const Pathname& pathname) {
514 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
win32filesystem.cc 281 bool Win32Filesystem::IsAbsent(const Pathname& path) {

Completed in 33 milliseconds