Searched defs:IsUnderDriveMountPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc172 bool IsUnderDriveMountPoint(const base::FilePath& path) { function in namespace:drive::util
275 if (!file_system || !IsUnderDriveMountPoint(path)) {
292 if (IsUnderDriveMountPoint(directory)) {

Completed in 1341 milliseconds