Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.cc520 struct stat statb; in collect_profile() local
521 if (stat(data_file_path.c_str(), &statb) == 0) { // if file exists... in collect_profile()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc402 struct stat statb; in readEncodedProfile() local
403 int perf_data_stat_result = stat(encoded_file_path(dest_dir, 0).c_str(), &statb); in readEncodedProfile()
408 encoded.resize(statb.st_size); in readEncodedProfile()
411 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp); in readEncodedProfile()