/external/chromium_org/tools/gn/ |
input_file.cc | 23 bool InputFile::Load(const base::FilePath& system_path) { 24 if (base::ReadFileToString(system_path, &contents_)) { 26 physical_name_ = system_path;
|
input_file.h | 50 bool Load(const base::FilePath& system_path);
|
function_rebase_path.cc | 108 base::FilePath system_path; local 110 system_path = scope->settings()->build_settings()->GetFullPath( 113 system_path = scope->settings()->build_settings()->GetFullPath( 116 result = Value(function, FilePathToUTF8(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/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);
|
/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/chrome/installer/gcapi_mac/ |
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/ |
file_browser_private_apitest.cc | 19 const char* system_path; member in struct:__anon4236::TestDiskInfo 201 kTestDisks[disk_info_index].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_unittest.cc | 28 const char* system_path; member in struct:__anon7213::TestDiskInfo 60 "/device/prefix/system_path", 160 disk.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
|
mock_disk_mount_manager.cc | 187 std::string(), // 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);
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
desktop_browser_finder.py | 197 system_path = os.path.join('Google', 'Chrome', 'Application') 224 if AddIfFoundWin('system', system_path):
|
/frameworks/base/services/java/com/android/server/ |
DeviceStorageMonitorService.java | 97 private static final File SYSTEM_PATH = Environment.getRootDirectory(); 181 mSystemFileStats.restat(SYSTEM_PATH.getAbsolutePath()); 321 mSystemFileStats = new StatFs(SYSTEM_PATH.getAbsolutePath());
|
/external/chromium_org/chromeos/dbus/ |
cros_disks_client_unittest.cc | 135 EXPECT_EQ(kNativePath, result.system_path());
|
cros_disks_client.h | 117 const std::string& system_path() const { return system_path_; } function in class:chromeos::DiskInfo
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_device_handler_unittest.cc | 158 "", // system_path
|