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

/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc220 struct stat statb; local
221 int perf_data_stat_result = stat(encoded_file_path(0).c_str(), &statb);
226 encoded.resize(statb.st_size);
229 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp);
/system/extras/perfprofd/
H A Dperfprofdcore.cc767 struct stat statb;
768 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists...

Completed in 63 milliseconds