Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java767 File ancestorParent = ancestorDir.getParentFile(); in logSettingsDirectoryInformation() local
768 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()