Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2581 std::string ns_apexd; in TEST() local
2585 bool res = android::base::Readlink("/proc/self/ns/mnt", &ns_apexd); in TEST()
2594 ASSERT_EQ(ns_apexd, ns_init); in TEST()
2610 std::string ns_apexd; in TEST() local
2613 bool res = android::base::Readlink("/proc/self/ns/mnt", &ns_apexd); in TEST()
2624 ASSERT_NE(ns_apexd, ns_early_process); in TEST()