Home
last modified time | relevance | path

Searched refs:IncFs_Unmount (Results 1 – 4 of 4) sorted by relevance

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h165 IncFsErrorCode IncFs_Unmount(const char* dir);
Dincfs_inline.h149 return IncFs_Unmount(details::c_str(dir)); in unmount()
/system/vold/
DVoldNativeService.cpp887 return translate(IncFs_Unmount(dir.c_str())); in unmountIncFs()
/system/incremental_delivery/incfs/
Dincfs.cpp1174 IncFsErrorCode IncFs_Unmount(const char* dir) { in IncFs_Unmount() function