Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp65 const char config_timestamp_path[] = "/data/nfc/libnfc-nxpConfigState.bin"; variable
698 if(stat(config_timestamp_path, &st) != 0)
700 ALOGD("%s file %s not exist, creat it.\n", __func__, config_timestamp_path);
701 if ((fd = fopen(config_timestamp_path, "w+")) != NULL)
710 fd = fopen(config_timestamp_path, "r+");
713 ALOGE("%s Cannot open file %s\n", __func__, config_timestamp_path);
746 if(stat(config_timestamp_path, &st) != 0) in checkTimestamp()
753 fd = fopen(config_timestamp_path, "r+"); in checkTimestamp()
756 ALOGE("%s Cannot open file %s\n", __func__, config_timestamp_path); in checkTimestamp()
783 if(stat(config_timestamp_path, &st) != 0) in updateTimestamp()
[all …]