Searched refs:PA_SIZE (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/system_properties/
H A Dprop_area.cpp44 constexpr size_t PA_SIZE = 128 * 1024; variable
87 if (ftruncate(fd, PA_SIZE) < 0) {
92 pa_size_ = PA_SIZE;

Completed in 26 milliseconds