Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/
H A Dashmem-dev.cpp207 static const std::string ashmem_device_path = get_ashmem_device_path(); in __ashmem_open_locked() local
209 if (ashmem_device_path.empty()) { in __ashmem_open_locked()
213 int fd = TEMP_FAILURE_RETRY(open(ashmem_device_path.c_str(), O_RDWR | O_CLOEXEC)); in __ashmem_open_locked()
223 ashmem_device_path.c_str(), strerror(saved_errno), strerror(errno)); in __ashmem_open_locked()