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 D | open.c | 38 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 D | filesys.c | 73 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 D | dir.c | 131 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 D | filestat.c | 537 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 D | apr_arch_file_io.h | 67 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 D | dso.c | 67 if ((rv = utf8_to_unicode_path(wpath, sizeof(wpath) in apr_dso_load()
|