Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp69 struct stat fd_stat; in map_storage_file() local
70 if (fstat(fd, &fd_stat) < 0) { in map_storage_file()
75 size_t file_size = fd_stat.st_size; in map_storage_file()