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

  /external/chromium_org/tools/gn/
input_file.cc 23 bool InputFile::Load(const base::FilePath& system_path) {
24 if (file_util::ReadFileToString(system_path, &contents_)) {
26 physical_name_ = system_path;
input_file.h 44 bool Load(const base::FilePath& system_path);
  /external/linux-tools-perf/util/
exec_cmd.h 10 extern const char *system_path(const char *path);
exec_cmd.c 12 const char *system_path(const char *path) function
67 return system_path(PERF_EXEC_PATH);
config.c 379 system_wide = system_path(ETC_PERFCONFIG);
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 145 HideDeviceNotification(disk->system_path());
161 HideDeviceNotification(disk->system_path());
180 HideDeviceNotification(disk->system_path());
187 HideDeviceNotification(disk->system_path());
203 const std::string& system_path) {
204 HideDeviceNotification(system_path);
213 const std::string& system_path, int icon_resource_id,
215 NotificationMap::iterator iter = FindNotificationForPath(system_path);
227 system_path,
230 notifications_.insert(NotificationMap::value_type(system_path,
    [all...]
file_browser_event_router.h 73 void ShowDeviceNotification(const std::string& system_path,
76 void HideDeviceNotification(const std::string& system_path);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
desktop_notifications.h 46 void RegisterDevice(const std::string& system_path);
50 void UnregisterDevice(const std::string& system_path);
52 void ManageNotificationsOnMountCompleted(const std::string& system_path,
desktop_notifications.cc 223 const std::string& system_path, const std::string& label, bool is_parent,
225 MountRequestsMap::iterator it = mount_requests_.find(system_path);
231 HideNotification(DEVICE, system_path);
239 HideNotification(DEVICE_FAIL, system_path);
286 HideNotification(DEVICE_FAIL, system_path);
291 ShowNotificationWithMessage(DEVICE_FAIL, system_path, message);
file_browser_private_apitest.cc 18 const char* system_path; member in struct:__anon6830::TestDiskInfo
200 kTestDisks[disk_info_index].system_path,
private_api_file_system.cc 84 volume_info->SetString("systemPath", volume->system_path());
  /external/chromium_org/rlz/win/lib/
machine_id_win.cc 24 wchar_t system_path[MAX_PATH + 1]; local
25 if (!GetSystemDirectoryW(system_path, MAX_PATH))
28 wchar_t* first_slash = wcspbrk(system_path, L"\\/");
33 if (!GetVolumeInformationW(system_path, NULL, 0, &number_local, NULL, NULL,
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 40 const std::string& system_path,
56 const std::string& system_path() const { return system_path_; } function in class:chromeos::MountLibrary::Disk
mount_library.cc 20 const std::string& system_path,
33 system_path_(system_path),
283 if (disk->system_path() != NULL)
284 systempath = disk->system_path();
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 429 disk_info.system_path(),
438 FindSystemPathPrefix(disk_info.system_path()),
588 // Finds system path prefix from |system_path|.
589 const std::string& FindSystemPathPrefix(const std::string& system_path) {
590 if (system_path.empty())
596 if (StartsWithASCII(system_path, prefix, true))
624 const std::string& system_path,
643 system_path_(system_path),
disk_mount_manager.h 56 const std::string& system_path,
85 const std::string& system_path() const { return system_path_; } function in class:chromeos::disks::DiskMountManager::Disk
disk_mount_manager_unittest.cc 28 const char* system_path; member in struct:__anon9683::TestDiskInfo
60 "/device/prefix/system_path",
159 disk.system_path,
  /external/linux-tools-perf/
builtin-help.c 329 strbuf_addstr(&new_path, system_path(PERF_MAN_PATH));
374 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1);
381 const char *html_path = system_path(PERF_HTML_PATH);
perf.c 122 puts(system_path(PERF_HTML_PATH));
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 119 const std::string& system_path() const { return system_path_; } function in class:chromeos::DiskInfo
cros_disks_client_unittest.cc 135 EXPECT_EQ(kNativePath, result.system_path());
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_finder.py 216 system_path = os.path.join('Google', 'Chrome', 'Application')
242 if AddIfFoundWin('system', system_path):
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 313 FilePath disk_path = FilePath(iter->second->system_path()).DirName();

Completed in 922 milliseconds