Home
last modified time | relevance | path

Searched refs:cros_path (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/file_system_watcher/
H A Darc_file_system_watcher_util.cc82 bool AppendRelativePathForRemovableMedia(const base::FilePath& cros_path, in AppendRelativePathForRemovableMedia() argument
87 cros_path.GetComponents(&child_components); in AppendRelativePathForRemovableMedia()
111 base::FilePath GetAndroidPath(const base::FilePath& cros_path, in GetAndroidPath() argument
116 if (!AppendRelativePathForRemovableMedia(cros_path, &android_path)) in GetAndroidPath()
119 cros_dir.AppendRelativePath(cros_path, &android_path); in GetAndroidPath()
H A Darc_file_system_watcher_service.cc125 for (base::FilePath cros_path = enumerator.Next(); !cros_path.empty(); in BuildTimestampMap() local
126 cros_path = enumerator.Next()) { in BuildTimestampMap()
132 if (!HasAndroidSupportedMediaExtension(cros_path)) in BuildTimestampMap()
136 cros_dir.AppendRelativePath(cros_path, &android_path); in BuildTimestampMap()
406 const base::FilePath& cros_path, in CreateAndStartFileSystemWatcher() argument
412 cros_path, android_path); in CreateAndStartFileSystemWatcher()
H A Darc_file_system_watcher_util.h28 bool AppendRelativePathForRemovableMedia(const base::FilePath& cros_path,
38 base::FilePath GetAndroidPath(const base::FilePath& cros_path,
H A Darc_file_system_watcher_service.h72 const base::FilePath& cros_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/depot_tools/examples/
H A Dfull.py25 api.step('cros', ['ls', api.depot_tools.cros_path])
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/test/
H A Dfake_file_system_instance.cc632 base::FilePath cros_path = GetCrosPath(file_path); in RequestMediaScan() local
633 if (PathExists(cros_path)) { in RequestMediaScan()
637 if (!DirectoryExists(cros_path)) in RequestMediaScan()
638 ctime = ctime_callback_.Run(cros_path); in RequestMediaScan()
759 base::FilePath cros_path(cros_dir_); in GetCrosPath() local
761 android_dir.AppendRelativePath(android_path, &cros_path); in GetCrosPath()
762 return cros_path; in GetCrosPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/depot_tools/
H A Dapi.py27 def cros_path(self): member in DepotToolsApi
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/guest_os/
H A Dguest_os_share_path.cc89 const base::FilePath& cros_path, in LogErrorResult() argument
94 LOG(WARNING) << "Error " << operation << " " << cros_path << ": " in LogErrorResult()
110 void Run(const base::FilePath& cros_path, in Run() argument
115 LOG(WARNING) << "Error SharePath=" << cros_path.value() in Run()
H A Dguest_os_share_path.h51 const base::FilePath& cros_path,
H A Dguest_os_share_path_unittest.cc132 const base::FilePath& cros_path, in SeneschalSharePathCallback() argument
137 EXPECT_EQ(expected_path, cros_path); in SeneschalSharePathCallback()
201 const base::FilePath& cros_path, in SeneschalUnsharePathCallback() argument
206 EXPECT_EQ(expected_path, cros_path); in SeneschalUnsharePathCallback()
207 UnsharePathCallback(cros_path, expected_persist, in SeneschalUnsharePathCallback()