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

  /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/tools/gn/
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.c 12 const char *system_path(const char *path) function
67 return system_path(PERF_EXEC_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_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
  /external/chromium_org/chromeos/dbus/
cros_disks_client.h 117 const std::string& system_path() const { return system_path_; } function in class:chromeos::DiskInfo

Completed in 173 milliseconds