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

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest_chromeos.cc 124 base::FilePath test_file = drive::util::GetDriveMountPointPath(
134 base::FilePath test_file = drive::util::GetDriveMountPointPath(
144 base::FilePath test_file = drive::util::GetDriveMountPointPath(
156 base::FilePath test_file1 = drive::util::GetDriveMountPointPath(
158 base::FilePath test_file2 = drive::util::GetDriveMountPointPath(
172 drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
183 drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
195 drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
207 drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
218 base::FilePath test_file = drive::util::GetDriveMountPointPath(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler_unittest.cc 97 util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat");
118 util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat");
140 util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat");
167 util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat");
file_system_util_unittest.cc 57 TEST_F(ProfileRelatedFileSystemUtilTest, GetDriveMountPointPath) {
62 GetDriveMountPointPath(profile));
146 GetDriveMountPointPath(&profile).BaseName().AsUTF8Unsafe();
150 GetDriveMountPointPath(&profile));
162 GetDriveMountPointPath(&profile));
184 GetDriveMountPointPath(&profile).AppendASCII("bar/buz"),
file_system_util.h 60 base::FilePath GetDriveMountPointPath(Profile* profile);
97 // GetDriveMountPointPath(profile). Returns NULL if it does not correspond to
file_system_util.cc 117 base::FilePath GetDriveMountPointPath(Profile* profile) {
203 const base::FilePath base = GetDriveMountPointPath(original_profile);
drive_integration_service.cc 434 util::GetDriveMountPointPath(profile_);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util_unittest.cc 74 const base::FilePath kDrive = drive::util::GetDriveMountPointPath(profile);
path_util.cc 65 const base::FilePath drive = drive::util::GetDriveMountPointPath(profile);
file_tasks_unittest.cc 205 drive::util::GetDriveMountPointPath(&profile).AppendASCII("foo.txt"),
226 drive::util::GetDriveMountPointPath(&profile).AppendASCII("foo.txt"),
230 drive::util::GetDriveMountPointPath(&profile).AppendASCII("foo.html"),
466 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
487 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
492 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
691 drive::util::GetDriveMountPointPath(&test_profile_).AppendASCII(
    [all...]
fileapi_util.cc 257 base::FilePath path = drive::util::GetDriveMountPointPath(profile);
volume_manager_unittest.cc 200 EXPECT_EQ(drive::util::GetDriveMountPointPath(profile()).AsUTF8Unsafe(),
209 EXPECT_EQ(drive::util::GetDriveMountPointPath(profile()).AsUTF8Unsafe(),
volume_manager.cc 125 drive::util::GetDriveMountPointPath(profile);
file_manager_browsertest.cc 660 "/" + drive::util::GetDriveMountPointPath(profile()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc 193 drive::util::GetDriveMountPointPath(profile).BaseName().AsUTF8Unsafe();
198 drive::util::GetDriveMountPointPath(profile));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 323 drive::util::GetDriveMountPointPath(profile),
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc 773 drive::util::GetDriveMountPointPath(profile).AsUTF8Unsafe());
    [all...]

Completed in 1116 milliseconds