Home
last modified time | relevance | path

Searched refs:system_path (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/chromeos/extensions/
Dfile_browser_event_router.cc145 HideDeviceNotification(disk->system_path()); in OnDiskAdded()
161 HideDeviceNotification(disk->system_path()); in OnDiskRemoved()
180 HideDeviceNotification(disk->system_path()); in OnDiskChanged()
187 HideDeviceNotification(disk->system_path()); in OnDiskChanged()
203 const std::string& system_path) { in OnDeviceRemoved() argument
204 HideDeviceNotification(system_path); in OnDeviceRemoved()
213 const std::string& system_path, int icon_resource_id, in ShowDeviceNotification() argument
215 NotificationMap::iterator iter = FindNotificationForPath(system_path); in ShowDeviceNotification()
227 system_path, in ShowDeviceNotification()
230 notifications_.insert(NotificationMap::value_type(system_path, in ShowDeviceNotification()
[all …]
Dfile_browser_event_router.h73 void ShowDeviceNotification(const std::string& system_path,
76 void HideDeviceNotification(const std::string& system_path);
/external/chromium_org/tools/gn/
Dinput_file.cc23 bool InputFile::Load(const base::FilePath& system_path) { in Load() argument
24 if (base::ReadFileToString(system_path, &contents_)) { in Load()
26 physical_name_ = system_path; in Load()
Dfunction_rebase_path.cc108 base::FilePath system_path; in ConvertOnePath() local
110 system_path = scope->settings()->build_settings()->GetFullPath( in ConvertOnePath()
113 system_path = scope->settings()->build_settings()->GetFullPath( in ConvertOnePath()
116 result = Value(function, FilePathToUTF8(system_path)); in ConvertOnePath()
Dinput_file.h50 bool Load(const base::FilePath& system_path);
/external/chromium_org/rlz/win/lib/
Dmachine_id_win.cc24 wchar_t system_path[MAX_PATH + 1]; in GetSystemVolumeSerialNumber() local
25 if (!GetSystemDirectoryW(system_path, MAX_PATH)) in GetSystemVolumeSerialNumber()
28 wchar_t* first_slash = wcspbrk(system_path, L"\\/"); in GetSystemVolumeSerialNumber()
33 if (!GetVolumeInformationW(system_path, NULL, 0, &number_local, NULL, NULL, in GetSystemVolumeSerialNumber()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Ddesktop_notifications.h46 void RegisterDevice(const std::string& system_path);
50 void UnregisterDevice(const std::string& system_path);
52 void ManageNotificationsOnMountCompleted(const std::string& system_path,
Ddesktop_notifications.cc223 const std::string& system_path, const std::string& label, bool is_parent, in ManageNotificationsOnMountCompleted() argument
225 MountRequestsMap::iterator it = mount_requests_.find(system_path); in ManageNotificationsOnMountCompleted()
231 HideNotification(DEVICE, system_path); in ManageNotificationsOnMountCompleted()
239 HideNotification(DEVICE_FAIL, system_path); in ManageNotificationsOnMountCompleted()
286 HideNotification(DEVICE_FAIL, system_path); in ManageNotificationsOnMountCompleted()
291 ShowNotificationWithMessage(DEVICE_FAIL, system_path, message); in ManageNotificationsOnMountCompleted()
/external/linux-tools-perf/util/
Dexec_cmd.c12 const char *system_path(const char *path) in system_path() function
67 return system_path(PERF_EXEC_PATH); in perf_exec_path()
Dexec_cmd.h10 extern const char *system_path(const char *path);
Dconfig.c379 system_wide = system_path(ETC_PERFCONFIG); in perf_etc_perfconfig()
/external/chromium/chrome/browser/chromeos/cros/
Dmount_library.h40 const std::string& system_path,
56 const std::string& system_path() const { return system_path_; } in system_path() function
Dmount_library.cc20 const std::string& system_path, in Disk() argument
33 system_path_(system_path), in Disk()
283 if (disk->system_path() != NULL) in OnGetDiskProperties()
284 systempath = disk->system_path(); in OnGetDiskProperties()
/external/chromium_org/chromeos/disks/
Ddisk_mount_manager.cc429 disk_info.system_path(), in OnGetDeviceProperties()
438 FindSystemPathPrefix(disk_info.system_path()), in OnGetDeviceProperties()
589 const std::string& FindSystemPathPrefix(const std::string& system_path) { in FindSystemPathPrefix() argument
590 if (system_path.empty()) in FindSystemPathPrefix()
596 if (StartsWithASCII(system_path, prefix, true)) in FindSystemPathPrefix()
624 const std::string& system_path, in Disk() argument
643 system_path_(system_path), in Disk()
Ddisk_mount_manager.h56 const std::string& system_path,
85 const std::string& system_path() const { return system_path_; } in system_path() function
Ddisk_mount_manager_unittest.cc28 const char* system_path; member
160 disk.system_path, in AddTestDisk()
/external/chromium_org/chrome/installer/gcapi_mac/
Dgcapi.mm248 // Tries to write |data| at |system_path| or if that fails at |user_path|.
251 NSString* system_path,
255 if (CreatePathToFile(system_path, NULL) &&
256 [data writeToFile:system_path atomically:YES]) {
257 chmod([system_path fileSystemRepresentation], kAdminPermissions & ~0111);
260 chown([system_path fileSystemRepresentation], 0, group->gr_gid);
261 return system_path;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Dfile_browser_private_apitest.cc19 const char* system_path; member
201 kTestDisks[disk_info_index].system_path, in InitMountPoints()
/external/linux-tools-perf/
Dbuiltin-help.c329 strbuf_addstr(&new_path, system_path(PERF_MAN_PATH)); in setup_man_path()
374 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1); in show_info_page()
381 const char *html_path = system_path(PERF_HTML_PATH); in get_html_page_path()
Dperf.c122 puts(system_path(PERF_HTML_PATH)); in handle_options()
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Ddesktop_browser_finder.py197 system_path = os.path.join('Google', 'Chrome', 'Application')
224 if AddIfFoundWin('system', system_path):
/external/chromium_org/chromeos/dbus/
Dcros_disks_client.h117 const std::string& system_path() const { return system_path_; } in system_path() function
Dcros_disks_client_unittest.cc135 EXPECT_EQ(kNativePath, result.system_path()); in TEST()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc313 FilePath disk_path = FilePath(iter->second->system_path()).DirName(); in HandleGetRoots()