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