Searched refs:openDeprecatedDataPath (Results 1 – 1 of 1) sorted by relevance
7704 private FileDescriptor openDeprecatedDataPath(String path, int mode) throws ErrnoException { in openDeprecatedDataPath() method in ActivityThread.AndroidOs7744 openDeprecatedDataPath(path, FileUtils.translateModeAccessToPosix(mode))); in access()7754 return openDeprecatedDataPath(path, mode); in open()7763 final FileDescriptor fd = openDeprecatedDataPath(path, OsConstants.O_RDONLY); in stat()