Home
last modified time | relevance | path

Searched refs:apr_filepath_merge (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestnames.c44 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"bar", APR_FILEPATH_NOTABOVEROOT, in merge_aboveroot()
57 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar", in merge_belowroot()
69 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo", ABS_ROOT"foo/bar", 0, p); in merge_noflag()
80 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../baz", 0, p); in merge_dotdot()
85 rv = apr_filepath_merge(&dstpath, "", "../test", 0, p); in merge_dotdot()
94 rv = apr_filepath_merge(&dstpath, "", "../test", APR_FILEPATH_TRUENAME, p); in merge_dotdot()
104 rv = apr_filepath_merge(&dstpath, "", in merge_dotdot_dotdot_dotdot()
110 rv = apr_filepath_merge(&dstpath, "", in merge_dotdot_dotdot_dotdot()
122 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../bar/baz", 0, p); in merge_secure()
133 rv = apr_filepath_merge(&dstpath, ABS_ROOT"foo/bar", "../baz", in merge_notrel()
[all …]
H A Dtestdso.c242 apr_filepath_merge(&modname, NULL, MOD_NAME, 0, p); in testdso()
250 apr_filepath_merge(&libname, NULL, LIB_NAME, 0, p); in testdso()
H A Dtestproc.c167 apr_filepath_merge(&proc_child, NULL, PROC_CHILD_NAME, 0, p); in testproc()
H A Dtestdir.c366 apr_filepath_merge(&path, cwd, "dir3", 0, p)); in test_rmkdir_nocwd()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dproc.c203 return apr_filepath_merge(&attr->currdir, NULL, dir, in apr_procattr_dir_set()
346 if ((rv = apr_filepath_merge(&fullpath, attr->currdir, progname, in apr_proc_create()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dproc.c211 return apr_filepath_merge(&attr->currdir, NULL, dir, in apr_procattr_dir_set()
494 if ((rv = apr_filepath_merge(&fullpath, attr->currdir, progname,
515 if ((rv = apr_filepath_merge(&fullpath, "", progname,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/netware/
H A Ddso.c76 if ((rv = apr_filepath_merge(&fullpath, NULL, path, in apr_dso_load()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_file_info.h354 APR_DECLARE(apr_status_t) apr_filepath_merge(char **newpath,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfilepath.c81 APR_DECLARE(apr_status_t) apr_filepath_merge(char **newpath, in apr_filepath_merge() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Ddir.c339 rv = apr_filepath_merge(&dir, "", path, APR_FILEPATH_NATIVE, pool); in apr_dir_make_recursive()
H A Dfilepath.c352 APR_DECLARE(apr_status_t) apr_filepath_merge(char **newpath, function