Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h52 typedef int IncFsErrorCode; typedef
223 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir);
224 IncFsErrorCode IncFs_Unmount(const char* dir);
249 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
251 IncFsErrorCode IncFs_Unlink(const IncFsControl* control, const char* path);
271 IncFsErrorCode IncFs_SetUidReadTimeouts(const IncFsControl* control,
273 IncFsErrorCode IncFs_GetUidReadTimeouts(const IncFsControl* control,
311 IncFsErrorCode IncFs_IsFullyLoaded(int fd);
319 IncFsErrorCode IncFs_IsEverythingFullyLoaded(const IncFsControl* control);
331 IncFsErrorCode IncFs_GetMetrics(const char* sysfsName, IncFsMetrics* metrics);
[all …]
H A Dincfs_inline.h249 IncFsErrorCode err = impl(control, timeout.count(), pendingReadsBuffer->data(), &size); in waitForReads()
340 inline LoadingState toLoadingState(IncFsErrorCode res) { in toLoadingState()
H A Dincfs.h183 using ErrorCode = IncFsErrorCode;
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp164 static IncFsErrorCode forEachFileIn(std::string_view dirPath, Callback cb) { in forEachFileIn()
713 static IncFsErrorCode validateSignatureFormat(IncFsSpan signature) { in validateSignatureFormat()
1396 IncFsErrorCode IncFs_Unmount(const char* dir) { in IncFs_Unmount()
1543 static IncFsErrorCode isFullyLoadedSlow(int fd) { in isFullyLoadedSlow()
1581 IncFsErrorCode IncFs_IsFullyLoaded(int fd) { in IncFs_IsFullyLoaded()
1632 static IncFsErrorCode isEverythingLoadedV2(const IncFsControl* control) { in isEverythingLoadedV2()
1641 static IncFsErrorCode isEverythingLoadedSlow(const IncFsControl* control) { in isEverythingLoadedSlow()
1678 IncFsErrorCode IncFs_IsEverythingFullyLoaded(const IncFsControl* control) { in IncFs_IsEverythingFullyLoaded()
1688 IncFsErrorCode IncFs_SetUidReadTimeouts(const IncFsControl* control, in IncFs_SetUidReadTimeouts()
1716 IncFsErrorCode IncFs_GetUidReadTimeouts(const IncFsControl* control, in IncFs_GetUidReadTimeouts()
[all …]