Searched refs:IncFsErrorCode (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 50 typedef int IncFsErrorCode; typedef 219 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options); 221 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir); 222 IncFsErrorCode IncFs_Unmount(const char* dir); 224 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize); 226 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, 228 IncFsErrorCode IncFs_MakeMappedFile(const IncFsControl* control, const char* path, int32_t mode, 231 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode); 232 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode); 234 IncFsErrorCode IncFs_GetMetadataById(const IncFsControl* control, IncFsFileId id, char buffer[], [all …]
|
D | incfs_inline.h | 249 IncFsErrorCode err = impl(control, timeout.count(), pendingReadsBuffer->data(), &size); in waitForReads() 340 inline LoadingState toLoadingState(IncFsErrorCode res) { in toLoadingState()
|
D | incfs.h | 182 using ErrorCode = IncFsErrorCode;
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 159 static IncFsErrorCode forEachFileIn(std::string_view dirPath, Callback cb) { in forEachFileIn() 628 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options) { in IncFs_SetOptions() 646 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize) { in IncFs_Root() 673 static IncFsErrorCode validateSignatureFormat(IncFsSpan signature) { in validateSignatureFormat() 751 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeFile() 798 IncFsErrorCode IncFs_MakeMappedFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeMappedFile() 840 static IncFsErrorCode makeDir(const char* commandPath, int32_t mode, bool allowExisting) { in makeDir() 851 static IncFsErrorCode makeDirs(std::string_view commandPath, std::string_view path, in makeDirs() 875 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDir() 896 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDirs() [all …]
|