/aosp12/bionic/tests/libs/ |
H A D | Android.bp | 29 "-Wl,--rpath,${ORIGIN}", 75 ldflags: ["-Wl,--rpath,${ORIGIN}/.."], 193 ldflags: ["-Wl,--rpath,${ORIGIN}/.."], 493 ldflags: ["-Wl,--rpath,${ORIGIN}/.."], 534 // libtest_dt_runpath_d.so runpath: ${ORIGIN}/dt_runpath_b_c_x, ${ORIGIN}/dt_… 587 "-Wl,--rpath,${ORIGIN}/dt_runpath_b_c_x", 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/art/libnativeloader/ |
H A D | Android.bp | 47 "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib", 53 "-Wl,-rpath,$ORIGIN/../art_common/out/host/linux-x86/lib64",
|
/aosp12/bionic/benchmarks/spawn/ |
H A D | Android.bp | 96 // When this binary is installed to host/linux-x86/bin, its runpath is ${ORIGIN}/../lib64, which 103 "-Wl,--rpath,${ORIGIN}/../../lib64",
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | Operator.h | 79 ORIGIN = 46, enumerator 157 Operator& Operator::create<Operator::ORIGIN>();
|
H A D | UnaryOp.h | 83 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module&,
|
/aosp12/build/blueprint/proptools/ |
H A D | escape_test.go | 90 out: `'-Wl,--rpath,${ORIGIN}/../bionic-loader-test-libs'`,
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
H A D | Tag.aidl | 73 ORIGIN = 268436158, enumConstant
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
H A D | Tag.aidl | 73 ORIGIN = 268436158, enumConstant
|
/aosp12/frameworks/compile/mclinker/lib/Script/ |
H A D | Operator.cpp | 148 Operator& Operator::create<Operator::ORIGIN>() { in create() 149 static UnaryOp<Operator::ORIGIN> op; in create()
|
H A D | UnaryOp.cpp | 155 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, in eval()
|
H A D | ScriptScanner.ll | 125 <EXPRESSION>"ORIGIN" { return token::ORIGIN; }
|
H A D | ScriptParser.yy | 136 %token ORIGIN 876 | ORIGIN '(' string ')'
|
/aosp12/build/soong/rust/ |
H A D | fuzz.go | 71 flags.LinkFlags = append(flags.LinkFlags, `-Wl,-rpath,\$$ORIGIN/../lib`) 72 flags.LinkFlags = append(flags.LinkFlags, `-Wl,-rpath,\$$ORIGIN/lib`)
|
H A D | compiler.go | 252 rpathPrefix := `\$$ORIGIN/`
|
/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | key_param_output.cpp | 63 case Tag::ORIGIN: in operator <<()
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/tests/ |
H A D | Android.bp | 37 "-Wl,--rpath,${ORIGIN}/../../../system/vendor/lib/mediacas",
|
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
H A D | Tag.aidl | 558 ORIGIN = TagType.ENUM | 702, enumConstant
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | key_param_output.cpp | 91 case Tag::ORIGIN: in operator <<()
|
/aosp12/build/soong/cc/ |
H A D | fuzz.go | 129 flags.Local.LdFlags = append(flags.Local.LdFlags, `-Wl,-rpath,\$$ORIGIN/../lib`) 130 flags.Local.LdFlags = append(flags.Local.LdFlags, `-Wl,-rpath,\$$ORIGIN/lib`)
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | Android.bp | 229 "-Wl,--rpath,${ORIGIN}",
|
/aosp12/system/keymaster/ng/ |
H A D | KeyMintUtils.cpp | 53 return KeyParameter{Tag::ORIGIN, KeyParameterValue::make<KeyParameterValue::origin>( in kmEnumParam2Aidl()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStore2ParameterUtils.java | 86 case Tag.ORIGIN: in makeEnum()
|
/aosp12/hardware/interfaces/keymaster/3.0/ |
H A D | types.hal | 116 ORIGIN = TagType:ENUM | 702, /** keymaster_key_origin_t. */ 226 * The origin of a key (or pair), i.e. where it was generated. Note that ORIGIN can be found in
|
/aosp12/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterDefs.java | 98 public static final int KM_TAG_ORIGIN = Tag.ORIGIN; // KM_ENUM | 702;
|
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/ |
H A D | keymint_tags.h | 107 DECLARE_TYPED_TAG(ORIGIN);
|