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

  /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())) {
  /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...]
  /system/vold/
Volume.cpp 251 char devicePath[255];
262 sprintf(devicePath, "/dev/block/vold/%d:%d",
265 if (initializeMbr(devicePath)) {
271 sprintf(devicePath, "/dev/block/vold/%d:%d",
275 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
278 if (Fat::format(devicePath, 0, wipe)) {
416 char devicePath[255];
418 sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
421 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
426 if (Fat::check(devicePath)) {
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 2826 milliseconds