Home
last modified time | relevance | path

Searched refs:kArchiveMountPath (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dpath_util.h32 extern const base::FilePath::CharType kArchiveMountPath[];
H A Dpath_util.cc214 const base::FilePath::CharType kArchiveMountPath[] = variable
650 if (base::FilePath(kArchiveMountPath) in ConvertPathToArcUrl()
821 base::FilePath(kArchiveMountPath) in GetPathDisplayTextForSettings()
H A Dpath_util_unittest.cc363 storage::FileSystemMountOption(), base::FilePath(kArchiveMountPath)); in TEST_F()
497 base::FilePath archive = base::FilePath(kArchiveMountPath); in TEST_F()
500 storage::FileSystemMountOption(), base::FilePath(kArchiveMountPath)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/fileapi/
H A Darc_file_system_bridge_unittest.cc326 base::FilePath(file_manager::util::kArchiveMountPath) in TEST_F()
H A Darc_file_system_bridge.cc525 base::FilePath(file_manager::util::kArchiveMountPath); in GetLinuxVFSPathForPathOnFileSystemType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/guest_os/
H A Dguest_os_share_path.cc251 base::FilePath archive_mount(file_manager::util::kArchiveMountPath); in CallSeneschalSharePath()