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

  /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/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/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/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 313 FilePath disk_path = FilePath(iter->second->system_path()).DirName();

Completed in 493 milliseconds