Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfileacc.c108 APR_DECLARE(apr_status_t) apr_file_data_get(void **data, const char *key, in apr_file_data_get() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_io.h790 APR_DECLARE(apr_status_t) apr_file_data_get(void **data, const char *key,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestfile.c321 rv = apr_file_data_get(&udata, "test", filetest); in test_userdata_get()
340 rv = apr_file_data_get(&teststr, "nokey", filetest); in test_userdata_getnokey()