Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/utils/
Dese_config.cpp39 struct stat file_stat; in findConfigPath() local
40 if (stat(path.c_str(), &file_stat) != 0) continue; in findConfigPath()
41 if (S_ISREG(file_stat.st_mode)) return path; in findConfigPath()
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp211 struct stat file_stat; in findConfigFilePathFromTransportConfigPaths() local
212 if (stat(filePath.c_str(), &file_stat) == 0 && S_ISREG(file_stat.st_mode)) { in findConfigFilePathFromTransportConfigPaths()