HomeSort by relevance Sort by last modified time
    Searched refs:GetDriveMountPointPath (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
drive_test_util.cc 68 drive::util::GetDriveMountPointPath().BaseName().AsUTF8Unsafe();
private_api_file_system.cc 120 const base::FilePath mount_point = drive::util::GetDriveMountPointPath();
425 if (file_path == drive::util::GetDriveMountPointPath()) {
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 115 util::GetDriveMountPointPath().AppendASCII("test.dat");
136 util::GetDriveMountPointPath().AppendASCII("test.dat");
156 util::GetDriveMountPointPath().AppendASCII("test.dat");
179 util::GetDriveMountPointPath().AppendASCII("test.dat");
201 util::GetDriveMountPointPath().AppendASCII("test.dat");
228 util::GetDriveMountPointPath().AppendASCII("test.dat");
file_system_util.cc 140 const base::FilePath& GetDriveMountPointPath() {
215 return GetDriveMountPointPath() == path ||
216 GetDriveMountPointPath().IsParent(path);
239 GetDriveMountPointPath().AppendRelativePath(path, &new_path);
251 GetDriveMountPointPath().AppendRelativePath(path, &drive_path);
file_system_util.h 72 const base::FilePath& GetDriveMountPointPath();
file_system_util_unittest.cc 112 GetDriveMountPointPath().BaseName().AsUTF8Unsafe();
116 GetDriveMountPointPath());
128 GetDriveMountPointPath());
149 GetDriveMountPointPath().AppendASCII("bar/buz"),
drive_integration_service.cc 329 const base::FilePath drive_mount_point = util::GetDriveMountPointPath();
359 util::GetDriveMountPointPath().BaseName().AsUTF8Unsafe());

Completed in 64 milliseconds