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()
125 private static boolean isParentPath(int parentPath, int childPath) { in isParentPath() argument131 int parentNibble = (parentPath >> i) & 0xF; in isParentPath()132 return parentNibble == 0 && (childPath >> i + 4) == (parentPath >> i + 4); in isParentPath()
1412 Path parentPath = destination.getBaseFile().getParentFile().toPath();1414 Files.createDirectories(parentPath);1416 Slog.i(LOG_TAG, "Successfully created " + parentPath);1419 Slog.e(LOG_TAG, "Failed to write " + parentPath