Searched refs:IncFsErrorCode (Results 1 – 4 of 4) sorted by relevance
/system/incremental_delivery/incfs/include/ |
D | incfs_ndk.h | 49 typedef int IncFsErrorCode; typedef 162 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options); 164 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir); 165 IncFsErrorCode IncFs_Unmount(const char* dir); 167 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize); 169 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, 171 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode); 172 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode); 174 IncFsErrorCode IncFs_GetMetadataById(const IncFsControl* control, IncFsFileId id, char buffer[], 176 IncFsErrorCode IncFs_GetMetadataByPath(const IncFsControl* control, const char* path, char buffer[], [all …]
|
D | incfs_inline.h | 235 IncFsErrorCode err = in waitForPendingReads() 255 IncFsErrorCode err = in waitForPageReads()
|
D | incfs.h | 176 using ErrorCode = IncFsErrorCode;
|
/system/incremental_delivery/incfs/ |
D | incfs.cpp | 530 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options) { in IncFs_SetOptions() 548 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize) { in IncFs_Root() 575 static IncFsErrorCode validateSignatureFormat(IncFsSpan signature) { in validateSignatureFormat() 653 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeFile() 700 static IncFsErrorCode makeDir(const char* commandPath, int32_t mode, bool allowExisting) { in makeDir() 711 static IncFsErrorCode makeDirs(std::string_view commandPath, std::string_view path, in makeDirs() 735 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDir() 756 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDirs() 773 static IncFsErrorCode getMetadata(const char* path, char buffer[], size_t* bufferSize) { in getMetadata() 789 IncFsErrorCode IncFs_GetMetadataById(const IncFsControl* control, IncFsFileId fileId, char buffer[], in IncFs_GetMetadataById() [all …]
|