Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/include/
Dincfs_inline.h82 std::string res(kIncFsFileIdStringLength, '\0'); in toString()
92 if (str.size() != kIncFsFileIdStringLength) { in toFileId()
Dincfs_ndk.h42 static const int kIncFsFileIdStringLength = sizeof(IncFsFileId) * 2; variable
/system/incremental_delivery/incfs/
Dincfs.cpp346 std::string res(kIncFsFileIdStringLength, '\0'); in toStringImpl()
352 if (str.size() != kIncFsFileIdStringLength) { in toFileIdImpl()
388 return toFileIdImpl({in, kIncFsFileIdStringLength}); in IncFs_FileIdFromString()
827 char buffer[kIncFsFileIdStringLength]; in IncFs_GetId()