Home
last modified time | relevance | path

Searched refs:rpath (Results 1 - 25 of 49) sorted by relevance

12

/third_party/ltp/testcases/network/nfs/nfs_stress/
H A Dnfs07.sh33 local rpath=$(nfs_get_remote_path | sed -e 's/%/%%/g')
34 local file_fmt="$rpath/file%1.0f"
35 local dir_fmt="$rpath/dir%1.0f"
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java1494 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource()
1498 if (aliasesVisited.get(rpath) != null) { in getAliasedResource()
1502 aliasesVisited.put(rpath, ""); in getAliasedResource()
1503 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) { in getAliasedResource()
1504 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1); in getAliasedResource()
1505 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1); in getAliasedResource()
1506 bundleName = rpath.substring(1, i); in getAliasedResource()
1508 locale = rpath.substring(i + 1); in getAliasedResource()
1510 locale = rpath.substring(i + 1, j); in getAliasedResource()
1511 keyPath = rpath in getAliasedResource()
[all...]
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c761 error = strncpy_s(request.mountd.mount.rpath, sizeof(request.mountd.mount.rpath), in rpcclnt_connect()
768 request.mountd.mount.len = txdr_unsigned(sizeof(request.mountd.mount.rpath)); in rpcclnt_connect()
923 (void)strncpy_s(request.mountd.umount.rpath, sizeof(request.mountd.umount.rpath), in rpcclnt_umount()
924 rpc->rc_path, sizeof(request.mountd.umount.rpath) - 1); in rpcclnt_umount()
925 request.mountd.umount.rpath[sizeof(request.mountd.umount.rpath) - 1] = 0; in rpcclnt_umount()
926 request.mountd.umount.len = txdr_unsigned(sizeof(request.mountd.umount.rpath)); in rpcclnt_umount()
H A Drpc.h235 char rpath[RPC_RPATH_MAXSIZE]; member
241 char rpath[RPC_RPATH_MAXSIZE]; member
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py77 ('rpath=', 'R',
96 "add user include, library and rpath")
119 self.rpath = None
181 if self.rpath is None:
182 self.rpath = []
183 elif isinstance(self.rpath, str):
184 self.rpath = self.rpath.split(os.pathsep)
270 self.rpath.append(user_lib)
334 if self.rpath i
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc174 std::string rpath = in TEST() local
176 context.ExpectFileMatches(vpath + ".pb.cc", rpath + ".pb.cc"); in TEST()
177 context.ExpectFileMatches(vpath + ".pb.h", rpath + ".pb.h"); in TEST()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java1622 String rpath = wholeBundle.reader.getAlias(_resource); in getAliasedResource()
1625 // TODO: We need not build the baseKeyPath array if the rpath includes a keyPath in getAliasedResource()
1632 return getAliasedResource(rpath, loaderToUse, baseName, keys, depth, baseKeyPath, aliasesVisited, requested); in getAliasedResource()
1636 String rpath, ClassLoader loaderToUse, String baseName, in getAliasedResource()
1646 if (aliasesVisited.get(rpath) != null) { in getAliasedResource()
1650 aliasesVisited.put(rpath, ""); in getAliasedResource()
1651 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) { in getAliasedResource()
1652 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1); in getAliasedResource()
1653 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1); in getAliasedResource()
1654 bundleName = rpath in getAliasedResource()
1635 getAliasedResource( String rpath, ClassLoader loaderToUse, String baseName, String[] keys, int depth, String[] baseKeyPath, HashMap<String, String> aliasesVisited, UResourceBundle requested) getAliasedResource() argument
[all...]
/third_party/skia/modules/skresources/src/
H A DSkResources.cpp220 sk_sp<ImageAsset> ResourceProviderProxyBase::loadImageAsset(const char rpath[], in loadImageAsset() argument
223 return fProxy ? fProxy->loadImageAsset(rpath, rname, rid) in loadImageAsset()
306 sk_sp<ImageAsset> DataURIResourceProviderProxy::loadImageAsset(const char rpath[], in loadImageAsset() argument
313 return this->INHERITED::loadImageAsset(rpath, rname, rid); in loadImageAsset()
/third_party/libabigail/
H A Dltmain.sh2408 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2431 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5136 rpath=
5390 rpath | xrpath)
5398 if test "$prev" = rpath; then
5399 case "$rpath " in
5401 *) func_append rpath " $arg" ;;
5696 -rpath)
5697 prev=rpath
6625 # Make sure the rpath contain
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh2428 -rpath LIBDIR the created library will eventually be installed in LIBDIR
2451 only library objects (\`.lo' files) may be specified, and \`-rpath' is
5156 rpath=
5410 rpath | xrpath)
5418 if test "$prev" = rpath; then
5419 case "$rpath " in
5421 *) func_append rpath " $arg" ;;
5716 -rpath)
5717 prev=rpath
6648 # Make sure the rpath contain
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1261 char *rpath = NULL; in lws_http_proxy_start() local
1328 rpath = lws_malloc(max_http_header_data, __func__); in lws_http_proxy_start()
1329 if (!rpath) in lws_http_proxy_start()
1332 /* rpath needs cleaning after this... ---> */ in lws_http_proxy_start()
1334 n = lws_snprintf(rpath, max_http_header_data - 1, "/%s/%s", in lws_http_proxy_start()
1336 lws_clean_url(rpath); in lws_http_proxy_start()
1337 n = (int)strlen(rpath); in lws_http_proxy_start()
1338 if (n && rpath[n - 1] == '/') in lws_http_proxy_start()
1349 p = rpath + n; in lws_http_proxy_start()
1355 lws_free(rpath); in lws_http_proxy_start()
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_dynlink.c601 struct dso dso = {.rpath = NULL, .rpath_orig = "$ARIGIN"}; in dynlink_test_2000()
614 struct dso dso = {.rpath = NULL, .rpath_orig = "$ORIGIN", .kernel_mapped = 0, .name="abc/abc"}; in dynlink_test_2001()
627 struct dso dso = {.rpath = NULL, .rpath_orig = "$ORIGIN", .kernel_mapped = 1, .name = "abc/abc"}; in dynlink_test_2002()
/third_party/libexif/contrib/c++/
H A DMakefile12 LINKCXXLIB = $(LINKCXX) -rpath $(dynmoddir)
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c113 static char *rpath; variable
519 if (rpath) in client_run()
520 SAFE_FILE_PRINTF(rpath, "%ld", clnt_time); in client_run()
1021 {"d:", &rpath, "Path to file where result is saved"},
/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py164 self.assertIn(lib, cmd.rpath)
216 # make sure rpath is turned into a list
219 cmd.rpath = 'one%stwo' % os.pathsep
221 self.assertEqual(cmd.rpath, ['one', 'two'])
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c85 char *rpath_orig, *rpath; member
852 if (p->rpath || !p->rpath_orig) return 0; in fixup_rpath()
854 p->rpath = p->rpath_orig; in fixup_rpath()
906 p->rpath = malloc(strlen(p->rpath_orig) + n*l + 1); in fixup_rpath()
907 if (!p->rpath) return -1; in fixup_rpath()
909 d = p->rpath; in fixup_rpath()
1072 if (p->rpath) in load_library()
1073 fd = path_open(name, p->rpath, buf, sizeof buf); in load_library()
2104 if (p->rpath != p->rpath_orig) in dlopen()
2105 free(p->rpath); in dlopen()
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c85 char *rpath_orig, *rpath; member
852 if (p->rpath || !p->rpath_orig) return 0; in fixup_rpath()
854 p->rpath = p->rpath_orig; in fixup_rpath()
906 p->rpath = malloc(strlen(p->rpath_orig) + n*l + 1); in fixup_rpath()
907 if (!p->rpath) return -1; in fixup_rpath()
909 d = p->rpath; in fixup_rpath()
1072 if (p->rpath) in load_library()
1073 fd = path_open(name, p->rpath, buf, sizeof buf); in load_library()
2103 if (p->rpath != p->rpath_orig) in dlopen()
2104 free(p->rpath); in dlopen()
[all...]
/third_party/elfutils/tests/
H A Dtest-subr.sh96 echo >&2 installcheck not possible with --enable-tests-rpath
/third_party/musl/scripts/
H A Drun_libcgtest_windows.bat7 set RPATH_TEST_DIR=%REMOTE%/rpath-test
/third_party/eudev/
H A Dltmain.sh3792 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3815 only library objects ('.lo' files) may be specified, and '-rpath' is
6603 rpath=
6868 rpath | xrpath)
6876 if test rpath = "$prev"; then
6877 case "$rpath " in
6879 *) func_append rpath " $arg" ;;
7184 -rpath)
7185 prev=rpath
8140 # Make sure the rpath contain
[all...]
/third_party/curl/
H A Dltmain.sh3991 -rpath LIBDIR the created library will eventually be installed in LIBDIR
4016 only library objects ('.lo' files) may be specified, and '-rpath' is
6804 rpath=
7069 rpath | xrpath)
7077 if test rpath = "$prev"; then
7078 case "$rpath " in
7080 *) func_append rpath " $arg" ;;
7404 -rpath)
7405 prev=rpath
8371 # Make sure the rpath contain
[all...]
/third_party/lame/
H A Dltmain.sh3745 -rpath LIBDIR the created library will eventually be installed in LIBDIR
3768 only library objects ('.lo' files) may be specified, and '-rpath' is
6555 rpath=
6820 rpath | xrpath)
6828 if test rpath = "$prev"; then
6829 case "$rpath " in
6831 *) func_append rpath " $arg" ;;
7136 -rpath)
7137 prev=rpath
8088 # Make sure the rpath contain
[all...]
/third_party/node/deps/cares/
H A Dltmain.sh3991 -rpath LIBDIR the created library will eventually be installed in LIBDIR
4016 only library objects ('.lo' files) may be specified, and '-rpath' is
6804 rpath=
7069 rpath | xrpath)
7077 if test rpath = "$prev"; then
7078 case "$rpath " in
7080 *) func_append rpath " $arg" ;;
7404 -rpath)
7405 prev=rpath
8371 # Make sure the rpath contain
[all...]
/third_party/node/deps/cares/config/
H A Dltmain.sh3991 -rpath LIBDIR the created library will eventually be installed in LIBDIR
4016 only library objects ('.lo' files) may be specified, and '-rpath' is
6804 rpath=
7069 rpath | xrpath)
7077 if test rpath = "$prev"; then
7078 case "$rpath " in
7080 *) func_append rpath " $arg" ;;
7404 -rpath)
7405 prev=rpath
8371 # Make sure the rpath contain
[all...]
/third_party/libevdev/build-aux/
H A Dltmain.sh3992 -rpath LIBDIR the created library will eventually be installed in LIBDIR
4017 only library objects ('.lo' files) may be specified, and '-rpath' is
6805 rpath=
7070 rpath | xrpath)
7078 if test rpath = "$prev"; then
7079 case "$rpath " in
7081 *) func_append rpath " $arg" ;;
7405 -rpath)
7406 prev=rpath
8367 # Make sure the rpath contain
[all...]

Completed in 70 milliseconds

12