/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...] |
Volume.h | 110 int extractMetadata(const char* devicePath);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
image_burner.js | 169 this.selectDevice(this.devices[0].devicePath); 177 * @param {string} devicePath Selected device path. 179 onDeviceSelected: function(label, filePath, devicePath) { 182 devicePath); 184 this.selectedDevice = devicePath; 211 radioButton.id = 'radio-' + device.devicePath; 221 element.id = 'select-' + device.devicePath; 224 device.label, device.filePath, device.devicePath); 241 this.selectDevice(this.devices[0].devicePath); 257 this.selectDevice(device.devicePath); [all...] |
/cts/hostsidetests/sample/src/android/sample/cts/ |
SampleHostResultTest.java | 96 final String devicePath = String.format("%s/%s", externalStorePath, "tmp_testPushPull.txt"); 102 device.executeShellCommand(String.format("rm %s", devicePath)); 110 assertTrue("Could not push file", device.pushFile(testFile, devicePath)); 111 assertTrue("Unsuccessful transfer", device.doesFileExist(devicePath)); 113 assertTrue("Could not pull file", device.pullFile(devicePath, tmpFile)); 118 device.executeShellCommand(String.format("rm %s", devicePath));
|
/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...] |
/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 | 637 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const { 640 if (device->path == devicePath) { [all...] |
EventHub.h | 371 status_t openDeviceLocked(const char *devicePath); 375 status_t closeDeviceByPathLocked(const char *devicePath); 384 Device* getDeviceByPathLocked(const char* devicePath) const;
|
/external/chromium_org/third_party/skia/include/device/xps/ |
SkXPSDevice.h | 294 const SkPath& devicePath,
|
/external/skia/include/device/xps/ |
SkXPSDevice.h | 294 const SkPath& devicePath,
|
/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 | |