Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dopen.c38 apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen, in utf8_to_unicode_path() function
419 if ((rv = utf8_to_unicode_path(wfname, sizeof(wfname) in apr_file_open()
515 if ((rv = utf8_to_unicode_path(wpath, sizeof(wpath) in apr_file_remove()
540 if ((rv = utf8_to_unicode_path(wfrompath, in apr_file_rename()
545 if ((rv = utf8_to_unicode_path(wtopath, in apr_file_rename()
599 if ((rv = utf8_to_unicode_path(wfrom_path, in apr_file_link()
603 if ((rv = utf8_to_unicode_path(wto_path, in apr_file_link()
H A Dfilesys.c73 if ((rv = utf8_to_unicode_path(wpath, sizeof(wpath) in filepath_root_test()
146 if ((rv = utf8_to_unicode_path(wroot, sizeof(wroot) in filepath_root_case()
214 if ((rv = utf8_to_unicode_path(wpath, sizeof(wpath) in apr_filepath_set()
H A Ddir.c131 if ((rv = utf8_to_unicode_path(wdirname, sizeof(wdirname) in apr_dir_read()
283 if ((rv = utf8_to_unicode_path(wpath, in apr_dir_make()
374 if ((rv = utf8_to_unicode_path(wpath, in apr_dir_remove()
H A Dfilestat.c537 if ((rv = utf8_to_unicode_path(wfname, sizeof(wfname)
723 if ((rv = utf8_to_unicode_path(wfname,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_file_io.h67 apr_status_t utf8_to_unicode_path(apr_wchar_t* dststr, apr_size_t dstchars,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/win32/
H A Ddso.c67 if ((rv = utf8_to_unicode_path(wpath, sizeof(wpath) in apr_dso_load()