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

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

Completed in 28 milliseconds