Searched refs:openDeprecatedDataPath (Results 1 – 1 of 1) sorted by relevance
8082 private FileDescriptor openDeprecatedDataPath(String path, int mode) throws ErrnoException { in openDeprecatedDataPath() method in ActivityThread.AndroidOs8122 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()