/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs07.sh | 36 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/flutter/engine/flutter/testing/scenario_app/ |
D | compile_ios_aot.sh | 60 -dynamiclib -Xlinker -rpath -Xlinker @executable_path/Frameworks \ 61 -Xlinker -rpath -Xlinker @loader_path/Frameworks \ 62 -install_name @rpath/App.framework/App \
|
D | compile_ios_jit.sh | 67 -Xlinker -rpath -Xlinker '@executable_path/Frameworks' \ 68 -Xlinker -rpath -Xlinker '@loader_path/Frameworks' \
|
/third_party/musl/libc-test/ |
D | test_template.gni | 135 ldflags += [ "-Wl,-rpath=./" ] 140 ldflags += [ "-Wl,-rpath=./" ] 158 ldflags += [ "-Wl,--export-dynamic,-rpath=./" ] 162 ldflags += [ "-Wl,-rpath=./" ] 169 ldflags += [ "-Wl,-rpath=./" ] 209 ldflags += [ "-Wl,-rpath=./" ] 219 ldflags += [ "-Wl,-rpath=./" ]
|
/third_party/python/Lib/distutils/command/ |
D | build_ext.py | 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 is not None: 335 self.compiler.set_runtime_library_dirs(self.rpath)
|
/third_party/libcoap/examples/ |
D | share.libcoap.examples.Makefile | 37 rpath=$(shell echo "$(libdirs)" | sed -e 's/^-L/-Wl,--rpath /') 38 LDFLAGS=$(libdirs) $(rpath)
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICUResourceBundle.java | 1494 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 1487 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/rust/crates/pkg-config-rs/tests/ |
D | rpath.pc | 3 Name: rpath pkg 6 Libs: -L${prefix}/lib -Wl,-rpath,${prefix}/lib -lrpath
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_bootstrap_unittest.cc | 174 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/NuttX/fs/nfs/ |
D | rpc_clnt.c | 761 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/gn/examples/simple_build/build/ |
D | BUILD.gn | 17 "-Wl,-rpath=\$ORIGIN/", 18 "-Wl,-rpath-link=",
|
/third_party/flutter/skia/third_party/externals/libpng/scripts/ |
D | makefile.linux | 55 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm 56 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
D | makefile.linux-opt | 62 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/skia/third_party/externals/libpng/scripts/ |
D | makefile.linux | 55 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng16 -lz -lm 56 LDFLAGS_A=-L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) libpng.a -lz -lm
|
D | makefile.linux-opt | 62 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/skia/modules/skresources/src/ |
D | SkResources.cpp | 220 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/ffmpeg/ffbuild/ |
D | pkgconfig_generate.sh | 41 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/skia/site/docs/dev/testing/ |
D | xsan.md | 61 "-Wl,-rpath,${CLANGDIR}/msan" ] 80 extra_ldflags = [ "-fuse-ld=lld", "-Wl,-rpath,${CLANGDIR}/lib" ] 98 extra_ldflags = [ "-Wl,-rpath,${CLANGDIR}/lib" ]
|
/third_party/flutter/skia/site/dev/testing/ |
D | xsan.md | 56 "-Wl,-rpath,${CLANGDIR}/msan" ] 75 extra_ldflags = [ "-fuse-ld=lld", "-Wl,-rpath,${CLANGDIR}/lib" ] 93 extra_ldflags = [ "-Wl,-rpath,${CLANGDIR}/lib" ]
|
/third_party/gn/examples/ios/build/ |
D | BUILD.gn | 66 "-rpath", 70 "-rpath",
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | BUILD.gn | 48 "-rpath", 52 ldflags = [ "-Wl,-rpath=\$ORIGIN/swiftshader" ]
|
/third_party/node/deps/cares/m4/ |
D | xc-val-flgs.m4 | 100 -rpath*) 116 -rpath*) 148 -rpath*) 173 -rpath*)
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | BUILD.gn | 54 "-rpath", 62 ldflags = [ "-Wl,-rpath=\$ORIGIN/swiftshader" ]
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | dawn_component.gni | 59 # Executable needs an rpath to find our shared libraries on OSX and Linux 62 "-rpath", 85 "@rpath/lib${name}.dylib",
|