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/
libmain.c
31
extern char
bcm_nfc_location
[];
93
strcpy(filename2,
bcm_nfc_location
);
152
strcpy(filename2,
bcm_nfc_location
);
213
strcpy(filename2,
bcm_nfc_location
);
251
strcpy(filename2,
bcm_nfc_location
);
NfcAdaptation.cpp
47
char
bcm_nfc_location
[120];
variable
133
if ( !GetStrValue ( NAME_NFA_STORAGE,
bcm_nfc_location
, sizeof (
bcm_nfc_location
) ) )
135
strlcpy (
bcm_nfc_location
, "/data/nfc", sizeof(
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 812 milliseconds