Home
last modified time | relevance | path

Searched refs:existing_path (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc482 Pathname existing_path(path.folder(), ""); in GetDiskFreeSpace() local
483 while (!existing_path.folder().empty() && IsAbsent(existing_path)) { in GetDiskFreeSpace()
484 existing_path.SetFolder(existing_path.parent_folder()); in GetDiskFreeSpace()
489 if (0 != statfs(existing_path.pathname().c_str(), &fs)) in GetDiskFreeSpace()
494 if (0 != statvfs(existing_path.pathname().c_str(), &vfs)) in GetDiskFreeSpace()