Searched refs:system_path (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/tools/gn/
H A Dinput_file.cc23 bool InputFile::Load(const base::FilePath& system_path) { argument
24 if (base::ReadFileToString(system_path, &contents_)) {
26 physical_name_ = system_path;
H A Dfunction_rebase_path.cc71 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));
H A Dinput_file.h50 bool Load(const base::FilePath& system_path);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dexec_cmd.h10 extern const char *system_path(const char *path);
H A Dexec_cmd.c12 const char *system_path(const char *path) function
67 return system_path(PERF_EXEC_PATH);
H A Dconfig.c384 system_wide = system_path(ETC_PERFCONFIG);
/external/chromium_org/rlz/win/lib/
H A Dmachine_id_win.cc24 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/chromeos/disks/
H A Ddisk_mount_manager.cc449 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) { argument
604 if (system_path.empty())
610 if (StartsWithASCII(system_path, prefix, true))
641 const std::string& system_path,
661 system_path_(system_path),
639 Disk(const std::string& device_path, const std::string& mount_path, const std::string& system_path, const std::string& file_path, const std::string& device_label, const std::string& drive_label, const std::string& vendor_id, const std::string& vendor_name, const std::string& product_id, const std::string& product_name, const std::string& fs_uuid, const std::string& system_path_prefix, DeviceType device_type, uint64 total_size_in_bytes, bool is_parent, bool is_read_only, bool has_media, bool on_boot_device, bool on_removable_device, bool is_hidden) argument
H A Ddisk_mount_manager.h56 const std::string& system_path,
86 const std::string& system_path() const { return system_path_; } function in class:chromeos::disks::DiskMountManager::Disk
H A Ddisk_mount_manager_unittest.cc27 const char* system_path; member in struct:__anon6149::TestDiskInfo
60 "/device/prefix/system_path",
158 disk.system_path,
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-help.c319 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);
H A Dperf.c159 puts(system_path(PERF_HTML_PATH));
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_manager_private_apitest.cc19 const char* system_path; member in struct:__anon3137::TestDiskInfo
207 kTestDisks[disk_info_index].system_path,
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h117 const std::string& system_path() const { return system_path_; } function in class:chromeos::DiskInfo
H A Dcros_disks_client_unittest.cc139 EXPECT_EQ(kNativePath, result.system_path());
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py725 system_path = os.environ["PATH"].split(os.pathsep)
726 for path in system_path:

Completed in 277 milliseconds