Home
last modified time | relevance | path

Searched refs:ORIGIN (Results 1 – 25 of 48) sorted by relevance

12

/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}/.."],
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 DAndroid.bp47 "-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 DAndroid.bp96 // 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 DOperator.h79 ORIGIN = 46, enumerator
157 Operator& Operator::create<Operator::ORIGIN>();
H A DUnaryOp.h83 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module&,
/aosp12/build/blueprint/proptools/
H A Descape_test.go90 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 DTag.aidl73 ORIGIN = 268436158, enumConstant
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DTag.aidl73 ORIGIN = 268436158, enumConstant
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp148 Operator& Operator::create<Operator::ORIGIN>() { in create()
149 static UnaryOp<Operator::ORIGIN> op; in create()
H A DUnaryOp.cpp155 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, in eval()
H A DScriptScanner.ll125 <EXPRESSION>"ORIGIN" { return token::ORIGIN; }
H A DScriptParser.yy136 %token ORIGIN
876 | ORIGIN '(' string ')'
/aosp12/build/soong/rust/
H A Dfuzz.go71 flags.LinkFlags = append(flags.LinkFlags, `-Wl,-rpath,\$$ORIGIN/../lib`)
72 flags.LinkFlags = append(flags.LinkFlags, `-Wl,-rpath,\$$ORIGIN/lib`)
H A Dcompiler.go252 rpathPrefix := `\$$ORIGIN/`
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkey_param_output.cpp63 case Tag::ORIGIN: in operator <<()
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/tests/
H A DAndroid.bp37 "-Wl,--rpath,${ORIGIN}/../../../system/vendor/lib/mediacas",
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DTag.aidl558 ORIGIN = TagType.ENUM | 702, enumConstant
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkey_param_output.cpp91 case Tag::ORIGIN: in operator <<()
/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`)
/aosp12/system/unwinding/libbacktrace/
H A DAndroid.bp229 "-Wl,--rpath,${ORIGIN}",
/aosp12/system/keymaster/ng/
H A DKeyMintUtils.cpp53 return KeyParameter{Tag::ORIGIN, KeyParameterValue::make<KeyParameterValue::origin>( in kmEnumParam2Aidl()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStore2ParameterUtils.java86 case Tag.ORIGIN: in makeEnum()
/aosp12/hardware/interfaces/keymaster/3.0/
H A Dtypes.hal116 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 DKeymasterDefs.java98 public static final int KM_TAG_ORIGIN = Tag.ORIGIN; // KM_ENUM | 702;
/aosp12/hardware/interfaces/security/keymint/support/include/keymint_support/
H A Dkeymint_tags.h107 DECLARE_TYPED_TAG(ORIGIN);

12