Searched refs:statb (Results 1 – 2 of 2) sorted by relevance
220 struct stat statb; in readEncodedProfile() local221 int perf_data_stat_result = stat(encoded_file_path(0).c_str(), &statb); in readEncodedProfile()226 encoded.resize(statb.st_size); in readEncodedProfile()229 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp); in readEncodedProfile()
767 struct stat statb; in collect_profile() local768 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists... in collect_profile()