OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcm_nfc_location
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
45
char
bcm_nfc_location
[120];
variable
114
if ( !GetStrValue ( NAME_NFA_STORAGE,
bcm_nfc_location
, sizeof (
bcm_nfc_location
) ) )
116
memset (
bcm_nfc_location
, 0, sizeof(
bcm_nfc_location
));
117
strncpy (
bcm_nfc_location
, "/data/nfc", 9);
libmain.c
38
extern char
bcm_nfc_location
[];
100
strcpy(filename2,
bcm_nfc_location
);
159
strcpy(filename2,
bcm_nfc_location
);
220
strcpy(filename2,
bcm_nfc_location
);
256
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
);
298
std::string filename (
bcm_nfc_location
);
477
std::string filename (
bcm_nfc_location
);
Completed in 107 milliseconds