Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Ddir.c27 return apr_dir_close(dir); in dir_cleanup()
54 APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir) in apr_dir_close() function
128 return apr_dir_close(thedir); in apr_dir_rewind()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestdir.c259 apr_dir_close(dir); in test_opendir()
278 rv = apr_dir_close(dir); in test_closedir()
297 APR_ASSERT_SUCCESS(tc, "apr_dir_close failed", apr_dir_close(dir)); in test_rewind()
343 rv = apr_dir_close(this_dir); in test_uncleared_errno()
H A Dtestlfs.c168 apr_dir_close(dh)); in test_readdir()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_info.h252 APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_fnmatch.c480 apr_dir_close(dir); in apr_match_glob()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Ddir.c100 apr_status_t apr_dir_close(apr_dir_t *thedir) in apr_dir_close() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Ddir.c106 APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *dir) in apr_dir_close() function