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

  /external/chromium_org/chrome/browser/chromeos/fileapi/
file_system_backend.cc 306 bool FileSystemBackend::GetVirtualPath(
309 return mount_points_->GetVirtualPath(filesystem_path, virtual_path) ||
310 system_mount_points_->GetVirtualPath(filesystem_path, virtual_path);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util_unittest.cc 161 GetVirtualPath(test_case_path));
172 base::FilePath GetVirtualPath(
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.cc 17 // GetVirtualPath method. Separators cannot be completely stripped, or
18 // GetVirtualPath could not working in some edge cases.
200 bool ExternalMountPoints::GetVirtualPath(const base::FilePath& path_in,
252 if (!GetVirtualPath(url.path(), &virtual_path))

Completed in 93 milliseconds