Searched defs:mapStorageFile (Results 1 – 3 of 3) sorted by relevance
154 private static MappedByteBuffer mapStorageFile(String file) { in mapStorageFile() method in PlatformAconfigPackage
105 private static MappedByteBuffer mapStorageFile(Path file, FileType type) { in mapStorageFile() method in StorageFileProvider
42 public static MappedByteBuffer mapStorageFile(String file) throws IOException { in mapStorageFile() method in AconfigStorageReadAPI