Home
last modified time | relevance | path

Searched defs:mappedFile (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/srcs/android/aconfig/storage/
DAconfigStorageReadAPI.java71 ByteBuffer mappedFile, String packageName) throws IOException; in getPackageReadContextImpl()
78 ByteBuffer mappedFile, String packageName) throws IOException { in getPackageReadContext()
92 ByteBuffer mappedFile, int packageId, String flagName) throws IOException; in getFlagReadContextImpl()
101 ByteBuffer mappedFile, int packageId, String flagName) throws IOException { in getFlagReadContext()
113 public static native boolean getBooleanFlagValue(ByteBuffer mappedFile, int flagIndex) in getBooleanFlagValue()