Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
DphNxpConfig.cpp43 const char config_timestamp_path[] = "/data/nfc/libnfc-nxpConfigState.bin"; variable
692 if (stat(config_timestamp_path, &st) != 0) in checkTimestamp()
694 ALOGD ("%s file %s not exist, creat it.\n", __func__, config_timestamp_path); in checkTimestamp()
695 if ((fd = fopen (config_timestamp_path, "w+")) != NULL) in checkTimestamp()
704 fd = fopen (config_timestamp_path, "r+"); in checkTimestamp()
707 ALOGE ("%s Cannot open file %s\n", __func__, config_timestamp_path); in checkTimestamp()