HomeSort by relevance Sort by last modified time
    Searched full:device_path (Results 151 - 166 of 166) sorted by null

1 2 3 4 5 67

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 208 def push(self, host_path, device_path, ignore_error=False):
209 return self.run(['push', host_path, device_path], ignore_error=ignore_error)
211 def pull(self, device_path, host_path, ignore_error=False):
212 return self.run(['pull', device_path, host_path], ignore_error=ignore_error)
214 def mkdir(self, device_path, chmod=None):
215 self.run(['shell', 'mkdir', '-p', device_path])
217 self.run(['shell', 'chmod', chmod, device_path])
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 673 cellular->device_path());
1456 std::string device_path; local
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 70 static const char *DEVICE_PATH = "/dev/input";
189 int result = inotify_add_watch(mINotifyFd, DEVICE_PATH, IN_DELETE | IN_CREATE);
191 DEVICE_PATH, errno);
    [all...]
  /external/chromium_org/chromeos/dbus/
nfc_client_unittest.cc 282 const dbus::ObjectPath& device_path) {
284 device_client_->GetProperties(device_path);
287 DevicePropertyChanged(device_path,
    [all...]
  /system/core/fastboot/
fastboot.c 225 strcmp(local_serial, info->device_path) != 0)) return -1;
247 } else if (!info->device_path) {
250 printf("%-22s fastboot %s\n", serial, info->device_path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 245 volume_metadata->device_path.reset(
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher_unittest.cc 243 video_device_info.device.id = "device_path";
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 644 if (target_device_path_.value() == disk.device_path()) {
  /external/chromium_org/ash/system/chromeos/network/
network_icon.cc 691 handler->GetDeviceState(network->device_path());
693 << network->device_path();
    [all...]
network_connect.cc 414 GetDeviceState(cellular->device_path());
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp     [all...]
  /external/chromium_org/base/
file_util.h 283 BASE_EXPORT bool DevicePathToDriveLetterPath(const FilePath& device_path,
file_util_unittest.cc 437 wchar_t device_path[MAX_PATH] = {'\0'}; local
439 ::QueryDosDevice(real_drive_letter.c_str(), device_path, MAX_PATH));
440 FilePath actual_device_path(device_path);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 772 Bit8u device_path[8]; member in struct:__anon33989
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 717 milliseconds

1 2 3 4 5 67