Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dutils.cc95 bool check_file_existence(const char* file_path, struct stat* buffer = NULL) { in check_file_existence() function
105 bool exist = check_file_existence(file_path, &buffer); in check_dir_existence()
Dutils.h38 bool check_file_existence(const char* file_path, struct stat* buffer);