Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h351 inline LoadingState isFullyLoaded(int fd) { in isFullyLoaded() function
354 inline LoadingState isFullyLoaded(const Control& control, std::string_view path) { in isFullyLoaded() function
357 inline LoadingState isFullyLoaded(const Control& control, FileId fileId) { in isFullyLoaded() function
/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIIncrementalService.aidl121 int isFullyLoaded(int storageId); in isFullyLoaded() method
H A DIncrementalStorage.java334 public boolean isFullyLoaded() throws IOException { in isFullyLoaded() method in IncrementalStorage
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp267 binder::Status BinderIncrementalService::isFullyLoaded(int32_t storageId, int32_t* _aidl_return) { in isFullyLoaded() function in android::os::incremental::BinderIncrementalService