Searched refs:existing_path (Results 1 – 1 of 1) sorted by relevance
482 Pathname existing_path(path.folder(), ""); in GetDiskFreeSpace() local483 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()