/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/ |
JcopOsDownload.h | 42 char fls_path[256]; member in struct:JcopOs_ImageInfo
|
Ala.h | 45 char fls_path[384]; member in struct:Ala_ImageInfo 66 char fls_path[256]; member in struct:Ala_ImageInfo
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/ |
JcopOsDownload.cpp | 345 memcpy(pImageInfo->fls_path, (char *)path[pImageInfo->index], strlen(path[pImageInfo->index])); 379 memset(pImageInfo->fls_path,0,sizeof(pImageInfo->fls_path)); 386 memcpy(pImageInfo->fls_path, (char *)path[pImageInfo->index], sizeof(path[pImageInfo->index])); 440 Os_info->fp = fopen(Os_info->fls_path, "r+"); 444 Os_info->fls_path, strerror(errno));
|
Ala.cpp | 489 //memcpy(update_info.fls_path, (char*)Ala_path, sizeof(Ala_path)); 490 strcat(update_info.fls_path, name); 491 ALOGD("Selected applet to install is: %s", update_info.fls_path); 803 Os_info->fls_path, strerror(errno)); 820 Os_info->fp = fopen(Os_info->fls_path, "r"); 824 Os_info->fls_path, strerror(errno)); [all...] |