Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_info.h274 APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *thedir);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Ddir.c126 APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *thedir) in apr_dir_rewind() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Ddir.c282 apr_status_t apr_dir_rewind(apr_dir_t *thedir) in apr_dir_rewind() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Ddir.c260 APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *dir) in apr_dir_rewind() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestdir.c292 APR_ASSERT_SUCCESS(tc, "apr_dir_rewind failed", apr_dir_rewind(dir)); in test_rewind()