Searched refs:unicode_to_utf8_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 | filesys.c | 106 if ((rv = unicode_to_utf8_path(path, sizeof(path), wpath))) in filepath_drive_get() 154 if ((rv = unicode_to_utf8_path((char*)wroot, sizeof(wroot), wpath))) in filepath_root_case() 184 if ((rv = unicode_to_utf8_path(path, sizeof(path), wpath))) in apr_filepath_get()
|
H A D | dir.c | 165 if ((rv = unicode_to_utf8_path(thedir->name, APR_FILE_MAX * 3 + 1, in apr_dir_read()
|
H A D | open.c | 101 apr_status_t unicode_to_utf8_path(char* retstr, apr_size_t retlen, in unicode_to_utf8_path() function
|
H A D | filestat.c | 559 if (unicode_to_utf8_path(tmpname, sizeof(tmpname),
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/user/win32/ |
H A D | userinfo.c | 116 if ((rv = unicode_to_utf8_path(retdir, sizeof(retdir), in apr_uid_homepath_get() 126 if ((rv = unicode_to_utf8_path(retdir, sizeof(retdir), path)) in apr_uid_homepath_get()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_arch_file_io.h | 69 apr_status_t unicode_to_utf8_path(char* dststr, apr_size_t dstchars,
|