Home
last modified time | relevance | path

Searched refs:totalLlen (Results 1 - 2 of 2) sorted by relevance

/base/tee/tee_client/frameworks/libteec_vendor/
H A Dload_sec_file.c27 static int GetImgLen(FILE *fp, long *totalLlen) in GetImgLen() argument
36 *totalLlen = ftell(fp); in GetImgLen()
37 if (*totalLlen <= 0 || *totalLlen > MAX_BUFFER_LEN) { in GetImgLen()
38 tloge("file is not exist or size is too large, filesize = %ld\n", *totalLlen); in GetImgLen()
/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c39 static int GetImgLen(FILE *fp, long *totalLlen) in GetImgLen() argument
48 *totalLlen = ftell(fp); in GetImgLen()
49 if (*totalLlen <= 0 || *totalLlen > MAX_BUFFER_LEN) { in GetImgLen()
50 tloge("file is not exist or size is too large, filesize = %ld\n", *totalLlen); in GetImgLen()

Completed in 2 milliseconds