Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java8082 private FileDescriptor openDeprecatedDataPath(String path, int mode) throws ErrnoException { in openDeprecatedDataPath() method in ActivityThread.AndroidOs
8122 openDeprecatedDataPath(path, FileUtils.translateModeAccessToPosix(mode))); in access()
8132 return openDeprecatedDataPath(path, mode); in open()
8141 final FileDescriptor fd = openDeprecatedDataPath(path, OsConstants.O_RDONLY); in stat()