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

  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 44 char bcm_nfc_location[120]; variable
110 if ( !GetStrValue ( NAME_NFA_STORAGE, bcm_nfc_location, sizeof ( bcm_nfc_location ) ) )
111 strcpy ( bcm_nfc_location, "/data/nfc" );
libmain.c 38 extern char bcm_nfc_location[];
100 strcpy(filename2, bcm_nfc_location);
157 strcpy(filename2, bcm_nfc_location);
215 strcpy(filename2, bcm_nfc_location);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 26 extern char bcm_nfc_location[];
172 std::string strFilename(bcm_nfc_location);
255 std::string filename (bcm_nfc_location);
295 std::string filename (bcm_nfc_location);
474 std::string filename (bcm_nfc_location);

Completed in 149 milliseconds