Home
last modified time | relevance | path

Searched refs:IncFs_IsFullyLoadedByPath (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h312 IncFsErrorCode IncFs_IsFullyLoadedByPath(const IncFsControl* control, const char* path);
H A Dincfs_inline.h355 return toLoadingState(IncFs_IsFullyLoadedByPath(control, details::c_str(path))); in isFullyLoaded()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1595 IncFsErrorCode IncFs_IsFullyLoadedByPath(const IncFsControl* control, const char* path) { in IncFs_IsFullyLoadedByPath() function