Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h154 IncFsControl* IncFs_Mount(const char* backingPath, const char* targetDir,
Dincfs_inline.h127 auto control = IncFs_Mount(details::c_str(backingPath), details::c_str(targetDir), options); in mount()
/system/vold/
DVoldNativeService.cpp865 auto control = IncFs_Mount(backingPath.c_str(), targetDir.c_str(), in mountIncFs()
/system/incremental_delivery/incfs/
Dincfs.cpp425 IncFsControl* IncFs_Mount(const char* backingPath, const char* targetDir, in IncFs_Mount() function