Searched refs:makeMappedFile (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/incremental/ |
D | ServiceWrappers.cpp | 164 ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode, in makeMappedFile() function in android::incremental::RealIncFs 166 return incfs::makeMappedFile(control, path, mode, params); in makeMappedFile()
|
D | ServiceWrappers.h | 102 virtual ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode,
|
D | IncrementalService.cpp | 1984 if (auto res = mIncFs->makeMappedFile(ifs->control, targetLibPathAbsolute, 0755, in configureNativeBinaries()
|
/frameworks/base/services/incremental/test/ |
D | IncrementalServiceTest.cpp | 388 MOCK_CONST_METHOD4(makeMappedFile,
|