Searched refs:ashmem_device_path (Results 1 – 1 of 1) sorted by relevance
207 static const std::string ashmem_device_path = get_ashmem_device_path(); in __ashmem_open_locked() local209 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()