Searched refs:ancestorParent (Results 1 – 1 of 1) sorted by relevance
767 File ancestorParent = ancestorDir.getParentFile(); in logSettingsDirectoryInformation() local768 if (ancestorParent != null) { in logSettingsDirectoryInformation()769 Slog.i(LOG_TAG, "ancestor's parent directory " + ancestorParent in logSettingsDirectoryInformation()770 + " permissions: r: " + ancestorParent.canRead() + " w: " in logSettingsDirectoryInformation()771 + ancestorParent.canWrite() + " x: " + ancestorParent.canExecute()); in logSettingsDirectoryInformation()