Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_write_api/
Daconfig_storage_write_api.cpp34 void* const map_result = in map_mutable_storage_file() local
36 if (map_result == MAP_FAILED) { in map_mutable_storage_file()
41 mapped_file->file_ptr = map_result; in map_mutable_storage_file()
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp77 void* const map_result = mmap(nullptr, file_size, PROT_READ, MAP_SHARED, fd, 0); in map_storage_file() local
78 if (map_result == MAP_FAILED) { in map_storage_file()
85 mapped_file->file_ptr = map_result; in map_storage_file()