HomeSort by relevance Sort by last modified time
    Searched defs:device_path (Results 26 - 37 of 37) sorted by null

12

  /external/qemu/
tap-win32.c 566 char device_path[256]; local
588 snprintf (device_path, sizeof(device_path), "%s%s%s",
594 device_path,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 165 } device_path; member in struct:edd_device_params
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 265 const std::string& device_path) {
267 NetworkDeviceParser::CreateNewNetworkDevice(device_path);
717 std::string device_path; local
718 if (!value.GetAsString(&device_path))
720 network->set_device_path(device_path);
    [all...]
network_library_impl_cros.cc 92 const std::string& device_path) {
93 if (monitored_devices_.find(device_path) == monitored_devices_.end()) {
97 device_path);
98 monitored_devices_[device_path] = watcher;
103 const std::string& device_path) {
104 NetworkWatcherMap::iterator iter = monitored_devices_.find(device_path);
295 cellular->device_path(), old_pin, new_pin,
311 cellular->device_path(), pin, require_pin,
323 CrosRequestEnterPin(cellular->device_path(), pin,
337 cellular->device_path(), puk, new_pin
1092 std::string device_path; local
    [all...]
network_library.h 83 explicit NetworkDevice(const std::string& device_path);
90 const std::string& device_path() const { return device_path_; } function in class:chromeos::NetworkDevice
172 void set_device_path(const std::string& device_path) {
173 device_path_ = device_path;
329 const std::string& device_path() const { return device_path_; } function in class:chromeos::Network
496 void set_device_path(const std::string& device_path) {
497 device_path_ = device_path;
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 528 wchar_t device_path[MAX_PATH] = {'\0'}; local
530 ::QueryDosDevice(real_drive_letter.c_str(), device_path, MAX_PATH));
531 FilePath actual_device_path(device_path);
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 193 explicit NetworkDevice(const std::string& device_path);
196 const std::string& device_path() const { return device_path_; } function in class:chromeos::NetworkDevice
280 const std::string& device_path() const { return device_path_; } function in class:chromeos::Network
845 NetworkIPConfig(const std::string& device_path, IPConfigType type,
848 : device_path(device_path),
860 std::string device_path; member in struct:chromeos::NetworkIPConfig
    [all...]
network_library.cc 3735 std::string device_path; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1493 std::string device_path; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 772 Bit8u device_path[8]; member in struct:__anon27492
    [all...]

Completed in 348 milliseconds

12