Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/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/secure_element/pn8x/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/st/secure_element/ese-spi-driver/utils-lib/
Dese_config.cc41 struct stat file_stat; in findConfigPath() local
42 if (stat(path.c_str(), &file_stat) != 0) continue; in findConfigPath()
43 if (S_ISREG(file_stat.st_mode)) return path; in findConfigPath()
/hardware/knowles/athletico/sound_trigger_hal/tests/
Doslo_data_injection_test.c188 struct stat file_stat; in main() local
248 if (stat(file_path, &file_stat) == -1) { in main()
253 file_size = file_stat.st_size; in main()
/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp152 struct stat file_stat; in findConfigFile() local
153 if (stat(filePath.c_str(), &file_stat) == 0 && S_ISREG(file_stat.st_mode)) { in findConfigFile()
/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp243 struct stat file_stat; in findConfigFilePathFromTransportConfigPaths() local
244 if (stat(filePath.c_str(), &file_stat) == 0 && S_ISREG(file_stat.st_mode)) { in findConfigFilePathFromTransportConfigPaths()
/hardware/nxp/nfc/pn8x/halimpl/utils/
DphNxpConfig.cpp222 struct stat file_stat; in findConfigFilePathFromTransportConfigPaths() local
223 if (stat(filePath.c_str(), &file_stat) == 0 && S_ISREG(file_stat.st_mode)) { in findConfigFilePathFromTransportConfigPaths()
/hardware/nxp/nfc/snxxx/halimpl/utils/
DphNxpConfig.cc241 struct stat file_stat; in findConfigFilePathFromTransportConfigPaths() local
242 if (stat(filePath.c_str(), &file_stat) == 0 && S_ISREG(file_stat.st_mode)) { in findConfigFilePathFromTransportConfigPaths()