Home
last modified time | relevance | path

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

12

/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp87 std::string rpath; member
100 rpath.append(name); in copyinfo()
613 RecordFileSent(lpath, rpath); in SendSmallFile()
727 RecordFileSent(lpath, rpath); in SendLargeFile()
778 RecordFileSent(lpath, rpath); in SendLargeFileLegacy()
1045 if (sync_lstat(sc, rpath, &st)) { in sync_send()
1063 if (!sc.SendSmallFile(rpath, mode, lpath, rpath, mtime, buf, data_length, dry_run)) { in sync_send()
1081 if (!sc.SendSmallFile(rpath, mode, lpath, rpath, mtime, data.data(), data.size(), in sync_send()
1086 if (!sc.SendLargeFile(rpath, mode, lpath, rpath, mtime, compression, dry_run)) { in sync_send()
1403 if (!sc.SendLstat(ci.rpath)) { in copy_local_dir_remote()
[all …]
H A Dfile_sync_client.h30 bool do_sync_sync(const std::string& lpath, const std::string& rpath, bool list_only,
/aosp12/build/make/core/combo/
H A DHOST_darwin-x86_64.mk40 -install_name @rpath/$(notdir $@) \
41 … -Wl,-rpath,@loader_path/../$(notdir $($(PRIVATE_2ND_ARCH_VAR_PREFIX)HOST_OUT_SHARED_LIBRARIES)) \
42 … -Wl,-rpath,@loader_path/$(notdir $($(PRIVATE_2ND_ARCH_VAR_PREFIX)HOST_OUT_SHARED_LIBRARIES)) \
49 -Wl,-rpath,@loader_path/$(path)) \
/aosp12/build/soong/rust/
H A Dcompiler.go257 var rpath string
259 rpath = "lib64"
261 rpath = "lib"
263 flags.LinkFlags = append(flags.LinkFlags, "-Wl,-rpath,"+rpathPrefix+rpath)
264 flags.LinkFlags = append(flags.LinkFlags, "-Wl,-rpath,"+rpathPrefix+"../"+rpath)
H A Dfuzz.go71 flags.LinkFlags = append(flags.LinkFlags, `-Wl,-rpath,\$$ORIGIN/../lib`)
72 flags.LinkFlags = append(flags.LinkFlags, `-Wl,-rpath,\$$ORIGIN/lib`)
/aosp12/bionic/tests/libs/
H A DAndroid.bp29 "-Wl,--rpath,${ORIGIN}",
75 ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
193 ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
493 ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
587 "-Wl,--rpath,${ORIGIN}/dt_runpath_b_c_x",
588 "-Wl,--rpath,${ORIGIN}/dt_runpath_y/${LIB}",
608 "-Wl,--rpath,${ORIGIN}/dt_runpath_b_c_x",
1429 ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
1452 ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
1475 ldflags: ["-Wl,--rpath,${ORIGIN}/.."],
[all …]
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk64 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
66 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk65 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
67 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
H A Dshared.mk68 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
70 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
H A Dshared.mk72 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
74 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
H A Dshared.mk78 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
80 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
H A Dshared.mk71 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
73 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
H A Dshared.mk71 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
73 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A DAndroid.bp55 "-Wl,--rpath,/system/${LIB}/camera/capture_sessions",
56 "-Wl,--rpath,/vendor/${LIB}/camera/capture_sessions",
/aosp12/art/libnativeloader/
H A DAndroid.bp47 "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib",
53 "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib64",
/aosp12/build/blueprint/proptools/
H A Descape_test.go90 out: `'-Wl,--rpath,${ORIGIN}/../bionic-loader-test-libs'`,
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp815 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local
817 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; in sizeNamePools()
818 ++rpath) in sizeNamePools()
819 dynstr += (*rpath).size() + 1; in sizeNamePools()
1072 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools() local
1074 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()
1075 memcpy((strtab + strtabsize), (*rpath).data(), (*rpath).size()); in emitDynNamePools()
1076 strtabsize += (*rpath).size(); in emitDynNamePools()
1077 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DAndroid.bp37 "-Wl,--rpath,${ORIGIN}/../../../system/vendor/lib/mediacas",
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/targ…
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
H A Dshared.mk69 LRPATH = -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
/aosp12/build/soong/cc/
H A Dfuzz.go129 flags.Local.LdFlags = append(flags.Local.LdFlags, `-Wl,-rpath,\$$ORIGIN/../lib`)
130 flags.Local.LdFlags = append(flags.Local.LdFlags, `-Wl,-rpath,\$$ORIGIN/lib`)
H A Dlinker.go512 for _, rpath := range linker.dynamicProperties.RunPaths {
513 flags.Global.LdFlags = append(flags.Global.LdFlags, "-Wl,-rpath,"+rpathPrefix+rpath)
/aosp12/bionic/benchmarks/spawn/
H A DAndroid.bp103 "-Wl,--rpath,${ORIGIN}/../../lib64",
/aosp12/system/unwinding/libbacktrace/
H A DAndroid.bp229 "-Wl,--rpath,${ORIGIN}",

12