Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance
529 struct stat stat_buf; in WaitForEndpoint() local530 ret = lstat(current.c_str(), &stat_buf); in WaitForEndpoint()533 else if (ret == 0 && S_ISLNK(stat_buf.st_mode)) in WaitForEndpoint()