Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs07.sh36 local rpath=$(nfs_get_remote_path | sed -e 's/%/%%/g')
37 local file_fmt="$rpath/file%1.0f"
38 local dir_fmt="$rpath/dir%1.0f"
/third_party/gettext/gettext-tools/tests/
Dautopoint-247 test -f build-aux/config.rpath || Exit 1
49 rm -fr m4 po ABOUT-NLS build-aux/config.rpath
68 rm -fr intl m4 po ABOUT-NLS config.rpath
95 rm -fr intl m4 po ABOUT-NLS config.rpath
128 rm -fr gettext-m4 po ABOUT-NLS config.rpath
155 rm -fr m4 po ABOUT-NLS config.rpath
187 rm -fr m4 po ABOUT-NLS config.rpath
/third_party/flutter/engine/flutter/testing/scenario_app/
Dcompile_ios_aot.sh60 -dynamiclib -Xlinker -rpath -Xlinker @executable_path/Frameworks \
61 -Xlinker -rpath -Xlinker @loader_path/Frameworks \
62 -install_name @rpath/App.framework/App \
Dcompile_ios_jit.sh67 -Xlinker -rpath -Xlinker '@executable_path/Frameworks' \
68 -Xlinker -rpath -Xlinker '@loader_path/Frameworks' \
/third_party/libcoap/examples/
Dshare.libcoap.examples.Makefile37 rpath=$(shell echo "$(libdirs)" | sed -e 's/^-L/-Wl,--rpath /')
38 LDFLAGS=$(libdirs) $(rpath)
/third_party/musl/libc-test/
Dtest_template.gni125 ldflags += [ "-Wl,-rpath=src/functional" ]
130 ldflags += [ "-Wl,-rpath=src/functional" ]
147 ldflags += [ "-Wl,--export-dynamic,-rpath=./" ]
151 ldflags += [ "-Wl,-rpath=./" ]
160 ldflags += [ "-Wl,-rpath=src/functional" ]
198 ldflags += [ "-Wl,-rpath=./" ]
208 ldflags += [ "-Wl,-rpath=./" ]
/third_party/gettext/libtextstyle/examples/color-filter/
Dautogen.sh7 cp -p ../../build-aux/config.rpath build-aux/config.rpath
/third_party/gettext/libtextstyle/examples/color-hello/
Dautogen.sh7 cp -p ../../build-aux/config.rpath build-aux/config.rpath
/third_party/python/Lib/distutils/command/
Dbuild_ext.py119 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 is not None:
335 self.compiler.set_runtime_library_dirs(self.rpath)
/third_party/gn/examples/simple_build/build/
DBUILD.gn17 "-Wl,-rpath=\$ORIGIN/",
18 "-Wl,-rpath-link=",
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java1487 String rpath = wholeBundle.reader.getAlias(_resource);
1491 if (aliasesVisited.get(rpath) != null) {
1495 aliasesVisited.put(rpath, "");
1496 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) {
1497 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1);
1498 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1);
1499 bundleName = rpath.substring(1, i);
1501 locale = rpath.substring(i + 1);
1503 locale = rpath.substring(i + 1, j);
1504 keyPath = rpath.substring(j + 1, rpath.length());
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundle.java1494 String rpath = wholeBundle.reader.getAlias(_resource);
1498 if (aliasesVisited.get(rpath) != null) {
1502 aliasesVisited.put(rpath, "");
1503 if (rpath.indexOf(RES_PATH_SEP_CHAR) == 0) {
1504 int i = rpath.indexOf(RES_PATH_SEP_CHAR, 1);
1505 int j = rpath.indexOf(RES_PATH_SEP_CHAR, i + 1);
1506 bundleName = rpath.substring(1, i);
1508 locale = rpath.substring(i + 1);
1510 locale = rpath.substring(i + 1, j);
1511 keyPath = rpath.substring(j + 1, rpath.length());
[all …]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
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/skia/third_party/externals/libpng/scripts/
Dmakefile.linux55 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm
56 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
Dmakefile.linux-opt62 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm
63 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dmakefile.linux55 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm
56 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
Dmakefile.linux-opt62 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm
63 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
/third_party/libpng/scripts/
Dmakefile.linux55 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm
56 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
Dmakefile.linux-opt62 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm
63 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
/third_party/curl/docs/
DHTTP3.md58 …_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" …
68 …% LDFLAGS="-Wl,-rpath,<somewhere1>/lib" ./configure --with-openssl=<somewhere1> --with-nghttp3=<so…
98 …_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somewhere1>/lib" …
129 …% ./configure LDFLAGS="-Wl,-rpath,$PWD/../quiche/target/release" --with-openssl=$PWD/../quiche/dep…
/third_party/NuttX/fs/nfs/
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()
/third_party/gettext/gettext-tools/examples/hello-c++-kde/
Dautogen.sh29 mv config.rpath admin/config.rpath
/third_party/ffmpeg/ffbuild/
Dpkgconfig_generate.sh41 Libs: -L\${libdir} $rpath -l${fullname#lib} $($shared || echo $libs)
60 Libs: -L\${libdir} -Wl,-rpath,\${libdir} -l${fullname#lib} $($shared || echo $libs)
/third_party/gettext/gettext-tools/examples/hello-c++-wxwidgets/
Dautogen.sh33 cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/build-aux}/config.rpath config.rpath
/third_party/skia/modules/skresources/src/
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()

12345678910>>...16