Searched defs:childPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpUtils.cpp216 string childPath = pathStr + name; local
219 deleteRecursive(childPath.c_str());
220 success = rmdir(childPath.c_str());
222 success = unlink(childPath.c_str());
224 access_ok(childPath.c_str());
226 PLOG(ERROR) << "Deleting path " << childPath << " failed";
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java1355 private static boolean isParentPath(int parentPath, int childPath) { argument
1359 int nibble = (childPath >> i) & 0xF;
1362 return parentNibble == 0 && (childPath >> i+4) == (parentPath >> i+4);

Completed in 64 milliseconds