Searched refs:stat_buf (Results 1 – 2 of 2) sorted by relevance
64 struct stat stat_buf; in GetModificationTime() local65 if (stat(source_.path.c_str(), &stat_buf) != 0) { in GetModificationTime()71 ptm = localtime_r(&stat_buf.st_mtime, &tm_result); in GetModificationTime()
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()