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

  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpConfig.cpp 65 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)
753 fd = fopen(config_timestamp_path, "r+");
756 ALOGE("%s Cannot open file %s\n", __func__, config_timestamp_path);
783 if(stat(config_timestamp_path, &st) != 0
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 43 const char config_timestamp_path[] = "/data/nfc/libnfc-nxpConfigState.bin"; variable
692 if (stat(config_timestamp_path, &st) != 0)
694 ALOGD ("%s file %s not exist, creat it.\n", __func__, config_timestamp_path);
695 if ((fd = fopen (config_timestamp_path, "w+")) != NULL)
704 fd = fopen (config_timestamp_path, "r+");
707 ALOGE ("%s Cannot open file %s\n", __func__, config_timestamp_path);

Completed in 552 milliseconds