HomeSort by relevance Sort by last modified time
    Searched full: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 (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 71 base::FilePath system_path; local
73 system_path = scope->settings()->build_settings()->GetFullPath(
76 system_path = scope->settings()->build_settings()->GetFullPath(
79 result = Value(function, FilePathToUTF8(system_path));
  /external/linux-tools-perf/perf-3.12.0/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 384 system_wide = system_path(ETC_PERFCONFIG);
  /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_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_manager_private_apitest.cc 19 const char* system_path; member in struct:__anon7762::TestDiskInfo
207 kTestDisks[disk_info_index].system_path,
  /external/chromium_org/chromeos/disks/
disk_mount_manager.cc 449 disk_info.system_path(),
458 FindSystemPathPrefix(disk_info.system_path()),
602 // Finds system path prefix from |system_path|.
603 const std::string& FindSystemPathPrefix(const std::string& system_path) {
604 if (system_path.empty())
610 if (StartsWithASCII(system_path, prefix, true))
641 const std::string& system_path,
661 system_path_(system_path),
disk_mount_manager_unittest.cc 27 const char* system_path; member in struct:__anon10774::TestDiskInfo
60 "/device/prefix/system_path",
158 disk.system_path,
disk_mount_manager.h 56 const std::string& system_path,
86 const std::string& system_path() const { return system_path_; } function in class:chromeos::disks::DiskMountManager::Disk
mock_disk_mount_manager.cc 197 std::string(), // system_path
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 319 strbuf_addstr(&new_path, system_path(PERF_MAN_PATH));
366 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1);
374 const char *html_path = system_path(PERF_HTML_PATH);
perf.c 159 puts(system_path(PERF_HTML_PATH));
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 103 private static final File SYSTEM_PATH = Environment.getRootDirectory();
187 mSystemFileStats.restat(SYSTEM_PATH.getAbsolutePath());
328 mSystemFileStats = new StatFs(SYSTEM_PATH.getAbsolutePath());
  /external/chromium_org/chromeos/dbus/
cros_disks_client_unittest.cc 139 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 159 "", // system_path
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 725 system_path = os.environ["PATH"].split(os.pathsep)
726 for path in system_path:
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java     [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 5660 milliseconds