Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp529 struct stat stat_buf; in WaitForEndpoint() local
530 ret = lstat(current.c_str(), &stat_buf); in WaitForEndpoint()
533 else if (ret == 0 && S_ISLNK(stat_buf.st_mode)) in WaitForEndpoint()