Searched refs:statb (Results 1 – 2 of 2) sorted by relevance
221 struct stat statb; in readEncodedProfile() local222 int perf_data_stat_result = stat(encoded_file_path(0).c_str(), &statb); in readEncodedProfile()227 encoded.resize(statb.st_size); in readEncodedProfile()230 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp); in readEncodedProfile()
728 struct stat statb; in collect_profile() local729 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists... in collect_profile()