Home
last modified time | relevance | path

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 Dfilesys.c106 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 Ddir.c165 if ((rv = unicode_to_utf8_path(thedir->name, APR_FILE_MAX * 3 + 1, in apr_dir_read()
H A Dopen.c101 apr_status_t unicode_to_utf8_path(char* retstr, apr_size_t retlen, in unicode_to_utf8_path() function
H A Dfilestat.c559 if (unicode_to_utf8_path(tmpname, sizeof(tmpname),
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/user/win32/
H A Duserinfo.c116 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 Dapr_arch_file_io.h69 apr_status_t unicode_to_utf8_path(char* dststr, apr_size_t dstchars,