Home
last modified time | relevance | path

Searched refs:sharedlibs (Results 1 – 9 of 9) sorted by relevance

/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs/
DAndroid.bp19 name: "com.android.apex.test.sharedlibs.key",
20 public_key: "com.android.apex.test.sharedlibs.avbpubkey",
21 private_key: "com.android.apex.test.sharedlibs.pem",
25 name: "com.android.apex.test.sharedlibs.certificate",
26 certificate: "com.android.apex.test.sharedlibs",
33 key: "com.android.apex.test.sharedlibs.key",
57 "com.android.apex.test.sharedlibs.avbpubkey",
58 "com.android.apex.test.sharedlibs.pem",
59 "com.android.apex.test.sharedlibs.pk8",
60 "com.android.apex.test.sharedlibs.x509.pem",
[all …]
/system/apex/tests/testdata/sharedlibs/build/
Dbuild_artifacts.sh23 system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar:com.android.apex.test.bar
24 system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo:com.android.apex.test.foo
25 system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.pony:com.android.apex.test.pony
30 …system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar:com.android.apex.test.bar_st…
31 …system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.baz:com.android.apex.test.baz_st…
32 …system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo:com.android.apex.test.foo_st…
33 …system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.pony:com.android.apex.test.pony_…
34 …system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs:com.android.apex.test…
35 …system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs_secondary:com.android…
80 system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/bar_test.cc \
[all …]
/system/linkerconfig/modules/tests/
Dapex_test.cc257 <apex-info moduleName="sharedlibs" in TEST_F()
258 preinstalledModulePath="/system/apex/sharedlibs.apex" in TEST_F()
259 modulePath="/data/apex/active/sharedlibs.apex" in TEST_F()
/system/apex/tests/testdata/sharedlibs/
DREADME.md12 ./system/apex/tests/testdata/sharedlibs/build/build_artifacts.sh
/system/apex/proto/
Dapex_manifest.proto64 // producing or processing an APEX using libraries in /apex/sharedlibs (see
71 // /apex/sharedlibs .
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs_secondary/
DAndroid.bp58 " --mode sharedlibs" +
/system/apex/apexd/apexd_testdata/
DAndroid.bp388 // with manifest name 'sharedlibs', and modify aapt2 to skip validating
392 src: "sharedlibs.apex",
393 filename: "sharedlibs.apex",
/system/apex/apexd/
Dapexd_test.cpp2294 std::vector<std::string> sharedlibs; in TEST_F() local
2299 sharedlibs.push_back(p.path().parent_path().string() + "->" + in TEST_F()
2320 ASSERT_THAT(sharedlibs, UnorderedElementsAreArray(expected)); in TEST_F()
2389 std::vector<std::string> sharedlibs; in TEST_F() local
2394 sharedlibs.push_back(p.path().parent_path().string() + "->" + in TEST_F()
2420 ASSERT_THAT(sharedlibs, UnorderedElementsAreArray(expected)); in TEST_F()
/system/apex/docs/
Dhowto.md524 …oglesource.com/platform/system/apex/+/refs/heads/master/tests/testdata/sharedlibs/build/shared_lib…