Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c1557 WIN32_FIND_DATAW file_data; in mbedtls_x509_crt_parse_path() local
1575 hFind = FindFirstFileW( szDir, &file_data ); in mbedtls_x509_crt_parse_path()
1584 if( file_data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY ) in mbedtls_x509_crt_parse_path()
1587 w_ret = WideCharToMultiByte( CP_ACP, 0, file_data.cFileName, in mbedtls_x509_crt_parse_path()
1588 lstrlenW( file_data.cFileName ), in mbedtls_x509_crt_parse_path()
1603 while( FindNextFileW( hFind, &file_data ) != 0 ); in mbedtls_x509_crt_parse_path()

Completed in 7 milliseconds