Searched refs:parentPath (Results 1 – 3 of 3) sorted by relevance
42 String parentPath = parent.getCanonicalPath(); in isContainedIn() local44 return childPath.startsWith(parentPath); in isContainedIn()
728 Path parentPath = destination.getBaseFile().getParentFile().toPath(); in doWriteState()730 Files.createDirectories(parentPath); in doWriteState()731 Slog.i(LOG_TAG, "Successfully created " + parentPath); in doWriteState()733 Slog.e(LOG_TAG, "Failed to write " + parentPath in doWriteState()
1343 private static boolean isParentPath(int parentPath, int childPath) { in isParentPath() argument1349 int parentNibble = (parentPath >> i) & 0xF; in isParentPath()1350 return parentNibble == 0 && (childPath >> i+4) == (parentPath >> i+4); in isParentPath()