Home
last modified time | relevance | path

Searched refs:l (Results 1 – 2 of 2) sorted by relevance

/optee_client/tee-supplicant/src/
A Dteec_ta_load.c88 long l = 0; in try_load_secure_module() local
141 l = ftell(file); in try_load_secure_module()
142 if (l < 0) { in try_load_secure_module()
148 s = l; in try_load_secure_module()
A Dtee_socket.c527 socklen_t l = sizeof(socktype); in read_with_timeout() local
533 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &socktype, &l)) in read_with_timeout()
788 socklen_t l = 0; in tee_socket_ioctl() local
804 l = sizeof(socktype); in tee_socket_ioctl()
805 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &socktype, &l)) in tee_socket_ioctl()

Completed in 4 milliseconds