Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h266 IncFsFd IncFs_OpenForSpecialOpsByPath(const IncFsControl* control, const char* path);
H A Dincfs_inline.h292 return UniqueFd(IncFs_OpenForSpecialOpsByPath(control, details::c_str(path))); in openForSpecialOps()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1268 IncFsFd IncFs_OpenForSpecialOpsByPath(const IncFsControl* control, const char* path) { in IncFs_OpenForSpecialOpsByPath() function