Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java991 File ancestorParent = ancestorDir.getParentFile(); in logSettingsDirectoryInformation() local
992 if (ancestorParent != null) { in logSettingsDirectoryInformation()
993 Slog.i(LOG_TAG, "ancestor's parent directory " + ancestorParent in logSettingsDirectoryInformation()
994 + " permissions: r: " + ancestorParent.canRead() + " w: " in logSettingsDirectoryInformation()
995 + ancestorParent.canWrite() + " x: " + ancestorParent.canExecute()); in logSettingsDirectoryInformation()