HomeSort by relevance Sort by last modified time
    Searched full:devicepath (Results 1 - 13 of 13) sorted by null

  /external/srec/srec/Nametag/src/
NametagsImpl.c 85 LCHAR devicePath[P_PATH_MAX];
99 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size));
101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)
102 LSTRCAT(devicePath, filename);
104 LSTRCPY(devicePath, filename);
105 file = pfopen ( devicePath, L("r"));
106 /* CHKLOG(rc, PFileSystemCreatePFile(devicePath, ESR_TRUE, &file));
202 LCHAR devicePath[P_PATH_MAX];
219 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size))
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 28 def deviceFound(devicepath):
29 print "Device found: %s" % (devicepath)
31 def deviceLost(devicepath):
32 print "Device lost: %s" % (devicepath)
p2p_flush.py 27 def deviceLost(devicepath):
28 print "Device lost: %s" % (devicepath)
p2p_stop_find.py 25 def deviceLost(devicepath):
26 print "Device lost: %s" % (devicepath)
  /system/vold/
Volume.cpp 228 char devicePath[255];
237 sprintf(devicePath, "/dev/block/vold/%d:%d",
240 if (initializeMbr(devicePath)) {
246 sprintf(devicePath, "/dev/block/vold/%d:%d",
250 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
253 if (Fat::format(devicePath, 0)) {
390 char devicePath[255];
392 sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
395 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
400 if (Fat::check(devicePath)) {
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java 78 File devicePath = new File(NATIVE_TESTS_DIRECTORY, mExeName);
79 if (!mDevice.pushFile(nativeExe, devicePath.toString())) {
  /frameworks/base/services/input/
EventHub.cpp 630 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
633 if (device->path == devicePath) {
    [all...]
EventHub.h 364 status_t openDeviceLocked(const char *devicePath);
368 status_t closeDeviceByPathLocked(const char *devicePath);
377 Device* getDeviceByPathLocked(const char* devicePath) const;
  /development/host/windows/usb/api/
adb_helper_routines.cpp 237 *name = func_class_dev_data->DevicePath;
  /external/skia/include/device/xps/
SkXPSDevice.h 289 const SkPath& devicePath,
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 134 static const wchar_t kDevicePath[] = L"DevicePath";
  /external/libusb_aah/libusb/os/
windows_usb.c     [all...]

Completed in 606 milliseconds