Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/mbms/
DMbmsUtils.java42 String parentPath = parent.getCanonicalPath(); in isContainedIn() local
44 return childPath.startsWith(parentPath); in isContainedIn()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecNetwork.java120 private static boolean isParentPath(int parentPath, int childPath) { in isParentPath() argument
126 int parentNibble = (parentPath >> i) & 0xF; in isParentPath()
127 return parentNibble == 0 && (childPath >> i + 4) == (parentPath >> i + 4); in isParentPath()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java852 Path parentPath = destination.getBaseFile().getParentFile().toPath(); in doWriteState()
854 Files.createDirectories(parentPath); in doWriteState()
855 Slog.i(LOG_TAG, "Successfully created " + parentPath); in doWriteState()
857 Slog.e(LOG_TAG, "Failed to write " + parentPath in doWriteState()