Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dutils.cc96 struct stat local_buf; in check_file_existence() local
97 bool exist = stat(file_path, &local_buf) == 0; in check_file_existence()
99 memcpy(buffer, &local_buf, sizeof(local_buf)); in check_file_existence()