Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/util/
H A Dmap_ptr.cpp66 return CreateForceVerification(fd, offset, length, file_name, in Create()
70 bool IncFsFileMap::CreateForceVerification(int fd, off64_t offset, size_t length, in CreateForceVerification() function in android::incfs::IncFsFileMap
141 return CreateForceVerification(fd, offset, length, file_name, verify); in Create()
144 bool IncFsFileMap::CreateForceVerification(int fd, off64_t offset, size_t length, in CreateForceVerification() function in android::incfs::IncFsFileMap
/aosp12/system/incremental_delivery/incfs/tests/
H A Dhardening_benchmark.cpp76 map.CreateForceVerification(tmp->fd, 0, 1, tmp->path, true); in TestMapPtrRaw()
90 map.CreateForceVerification(tmp->fd, 0, 1, tmp->path, true); in TestMapPtr()
/aosp12/system/incremental_delivery/incfs/util/include/util/
H A Dmap_ptr.h76 bool CreateForceVerification(int fd, off64_t offset, size_t length, const char* file_name,