Home
last modified time | relevance | path

Searched refs:writtable (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DMappedFile.cpp31 MappedFile::MappedFile(int memoryFd, int32_t fileSize, bool writtable) { in MappedFile() argument
32 mAddr = mmap(/*addr=*/NULL, fileSize, (writtable ? PROT_WRITE : PROT_READ), MAP_SHARED, in MappedFile()
38 mReadOnly = !writtable; in MappedFile()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/
DMappedFile.h39 MappedFile(int memoryFd, int32_t fileSize, bool writtable);