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

  /system/vold/
Volume.cpp 229 char devicePath[255];
238 sprintf(devicePath, "/dev/block/vold/%d:%d",
241 if (initializeMbr(devicePath)) {
247 sprintf(devicePath, "/dev/block/vold/%d:%d",
251 SLOGI("Formatting volume %s (%s)", getLabel(), devicePath);
254 if (Fat::format(devicePath, 0)) {
391 char devicePath[255];
393 sprintf(devicePath, "/dev/block/vold/%d:%d", MAJOR(deviceNodes[i]),
396 SLOGI("%s being considered for volume %s\n", devicePath, getLabel());
401 if (Fat::check(devicePath)) {
    [all...]
  /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 629 EventHub::Device* EventHub::getDeviceByPathLocked(const char* devicePath) const {
632 if (device->path == devicePath) {
    [all...]
EventHub.h 347 status_t openDeviceLocked(const char *devicePath);
351 status_t closeDeviceByPathLocked(const char *devicePath);
360 Device* getDeviceByPathLocked(const char* devicePath) const;
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 370 /*package*/ void onHealthDevicePropertyChanged(String devicePath,
373 String address = mBluetoothService.getAddressFromObjectPath(devicePath);
428 /*package*/ void onHealthDeviceChannelChanged(String devicePath,
430 debugLog("onHealthDeviceChannelChanged: devicePath: " + devicePath +
433 String address = mBluetoothService.getAddressFromObjectPath(devicePath);
463 mBluetoothService.getMainChannelNative(devicePath);
465 errorLog("Main Channel Path is null for devicePath:" + devicePath);
BluetoothEventLoop.java     [all...]
BluetoothService.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 223 String devicePath = object.getLibraryName();
224 return devicePath.contains("/bin/");
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp     [all...]

Completed in 361 milliseconds