Searched refs:IsUnderDriveMountPoint (Results 1 – 23 of 23) sorted by relevance
98 TEST(FileSystemUtilTest, IsUnderDriveMountPoint) { in TEST() argument99 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()101 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()103 EXPECT_FALSE(IsUnderDriveMountPoint( in TEST()106 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()108 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()110 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()112 EXPECT_TRUE(IsUnderDriveMountPoint( in TEST()
188 if (!IsUnderDriveMountPoint(path)) in MaybeSetDriveURL()198 bool IsUnderDriveMountPoint(const base::FilePath& path) { in IsUnderDriveMountPoint() function301 if (!file_system || !IsUnderDriveMountPoint(path)) { in PrepareWritableFileAndRun()318 if (IsUnderDriveMountPoint(directory)) { in EnsureDirectoryExists()
163 if (util::IsUnderDriveMountPoint(drive_path)) { in SubstituteDriveDownloadPath()182 if (util::IsUnderDriveMountPoint(drive_path)) { in SetDownloadParams()
98 bool IsUnderDriveMountPoint(const base::FilePath& path);
79 ASSERT_FALSE(util::IsUnderDriveMountPoint(non_drive_path)); in TEST_F()
150 DCHECK(!util::IsUnderDriveMountPoint(file_path)); in GetResourceEntry()
562 if (util::IsUnderDriveMountPoint( in AvoidDriveAsDownloadDirecotryPreference()
140 if (drive::util::IsUnderDriveMountPoint(file_path)) { in OpenFileWithBrowser()149 if (drive::util::IsUnderDriveMountPoint(file_path)) { in OpenFileWithBrowser()
125 if (!drive::util::IsUnderDriveMountPoint(path)) { in GetNonNativeLocalPathMimeType()
220 DCHECK(!is_drive_file || drive::util::IsUnderDriveMountPoint(local_path)); in SetupFileAccessPermissions()
322 if (!drive::util::IsUnderDriveMountPoint(file_path)) in FindDriveAppTasks()
63 if (drive::util::IsUnderDriveMountPoint(path)) { in GetFileNativeLocalPathForOpening()84 if (drive::util::IsUnderDriveMountPoint(path)) { in GetFileNativeLocalPathForSaving()
70 if (drive::util::IsUnderDriveMountPoint(path)) { in RunAsync()
439 DCHECK(drive::util::IsUnderDriveMountPoint(path)); in RunAsync()527 DCHECK(drive::util::IsUnderDriveMountPoint(file_path)); in RunAsync()804 DCHECK(drive::util::IsUnderDriveMountPoint(path)); in RunAsync()
74 if (mime_type.empty() && !drive::util::IsUnderDriveMountPoint(file_path)) { in SniffMimeType()
453 bool is_on_drive = drive::util::IsUnderDriveMountPoint(watch_path); in AddFileWatch()494 if (drive::util::IsUnderDriveMountPoint(watch_path)) { in RemoveFileWatch()
207 if (drive::util::IsUnderDriveMountPoint(src_dir)) in RunAsync()
150 if (drive::util::IsUnderDriveMountPoint(screenshot_path_)) { in ButtonClick()275 if (drive::util::IsUnderDriveMountPoint(screenshot_path)) { in PostSaveScreenshotTask()
263 if (drive::util::IsUnderDriveMountPoint(path_copy)) { in FileSelected()
397 *skip_dir_check = drive::util::IsUnderDriveMountPoint(*website_save_dir); in GetSaveDir()548 if (drive::util::IsUnderDriveMountPoint(virtual_path)) { in ReserveVirtualPath()
248 if (drive::util::IsUnderDriveMountPoint(*download_path_)) { in DownloadPath()
505 const bool default_download_to_drive = drive::util::IsUnderDriveMountPoint( in ApplyPreferences()
560 if (drive::util::IsUnderDriveMountPoint(download_directory)) { in DownloadCrx()