/external/chromium/chrome/browser/chromeos/extensions/ |
D | file_browser_event_router.cc | 145 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 …]
|
D | file_browser_event_router.h | 73 void ShowDeviceNotification(const std::string& system_path, 76 void HideDeviceNotification(const std::string& system_path);
|
/external/chromium_org/tools/gn/ |
D | input_file.cc | 23 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()
|
D | function_rebase_path.cc | 108 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()
|
D | input_file.h | 50 bool Load(const base::FilePath& system_path);
|
/external/chromium_org/rlz/win/lib/ |
D | machine_id_win.cc | 24 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/ |
D | 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,
|
D | desktop_notifications.cc | 223 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/ |
D | exec_cmd.c | 12 const char *system_path(const char *path) in system_path() function 67 return system_path(PERF_EXEC_PATH); in perf_exec_path()
|
D | exec_cmd.h | 10 extern const char *system_path(const char *path);
|
D | config.c | 379 system_wide = system_path(ETC_PERFCONFIG); in perf_etc_perfconfig()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | mount_library.h | 40 const std::string& system_path, 56 const std::string& system_path() const { return system_path_; } in system_path() function
|
D | mount_library.cc | 20 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/ |
D | disk_mount_manager.cc | 429 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()
|
D | disk_mount_manager.h | 56 const std::string& system_path, 85 const std::string& system_path() const { return system_path_; } in system_path() function
|
D | disk_mount_manager_unittest.cc | 28 const char* system_path; member 160 disk.system_path, in AddTestDisk()
|
/external/chromium_org/chrome/installer/gcapi_mac/ |
D | gcapi.mm | 248 // 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/ |
D | file_browser_private_apitest.cc | 19 const char* system_path; member 201 kTestDisks[disk_info_index].system_path, in InitMountPoints()
|
/external/linux-tools-perf/ |
D | builtin-help.c | 329 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()
|
D | perf.c | 122 puts(system_path(PERF_HTML_PATH)); in handle_options()
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | desktop_browser_finder.py | 197 system_path = os.path.join('Google', 'Chrome', 'Application') 224 if AddIfFoundWin('system', system_path):
|
/external/chromium_org/chromeos/dbus/ |
D | cros_disks_client.h | 117 const std::string& system_path() const { return system_path_; } in system_path() function
|
D | cros_disks_client_unittest.cc | 135 EXPECT_EQ(kNativePath, result.system_path()); in TEST()
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | imageburner_ui.cc | 313 FilePath disk_path = FilePath(iter->second->system_path()).DirName(); in HandleGetRoots()
|