/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testnames.c | 44 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 D | testdso.c | 242 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 D | testproc.c | 167 apr_filepath_merge(&proc_child, NULL, PROC_CHILD_NAME, 0, p); in testproc()
|
H A D | testdir.c | 366 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 D | proc.c | 203 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 D | proc.c | 211 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 D | dso.c | 76 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 D | apr_file_info.h | 354 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 D | filepath.c | 81 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 D | dir.c | 339 rv = apr_filepath_merge(&dir, "", path, APR_FILEPATH_NATIVE, pool); in apr_dir_make_recursive()
|
H A D | filepath.c | 352 APR_DECLARE(apr_status_t) apr_filepath_merge(char **newpath, function
|