HomeSort by relevance Sort by last modified time
    Searched refs:config_timestamp_path (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 46 const char config_timestamp_path[] = "/data/nfc/libnfc-nxpConfigState.bin"; variable
719 if (stat(config_timestamp_path, &st) != 0)
721 ALOGV("%s file %s not exist, creat it.", __func__, config_timestamp_path);
722 if ((fd = fopen (config_timestamp_path, "w+")) != NULL)
731 fd = fopen (config_timestamp_path, "r+");
734 ALOGE("%s Cannot open file %s", __func__, config_timestamp_path);
  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.cpp 68 const char config_timestamp_path[] = variable
643 FILE* fd = fopen(config_timestamp_path, "r+");
646 config_timestamp_path);
658 FILE* fd = fopen(config_timestamp_path, "w+");
661 config_timestamp_path);

Completed in 112 milliseconds