Searched refs:IncFsErrorCode (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 52 typedef int IncFsErrorCode; typedef 221 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options); 223 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir); 224 IncFsErrorCode IncFs_Unmount(const char* dir); 226 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize); 228 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, 230 IncFsErrorCode IncFs_MakeMappedFile(const IncFsControl* control, const char* path, int32_t mode, 233 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode); 234 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode); 236 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 | 183 using ErrorCode = IncFsErrorCode;
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 164 static IncFsErrorCode forEachFileIn(std::string_view dirPath, Callback cb) { in forEachFileIn() 668 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options) { in IncFs_SetOptions() 686 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize) { in IncFs_Root() 713 static IncFsErrorCode validateSignatureFormat(IncFsSpan signature) { in validateSignatureFormat() 791 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeFile() 838 IncFsErrorCode IncFs_MakeMappedFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeMappedFile() 880 static IncFsErrorCode makeDir(const char* commandPath, int32_t mode, bool allowExisting) { in makeDir() 891 static IncFsErrorCode makeDirs(std::string_view commandPath, std::string_view path, in makeDirs() 915 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDir() 936 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDirs() [all …]
|