Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2487 std::string ns_apexd; in TEST() local
2491 bool res = android::base::Readlink("/proc/self/ns/mnt", &ns_apexd); in TEST()
2500 ASSERT_EQ(ns_apexd, ns_init); in TEST()
2516 std::string ns_apexd; in TEST() local
2519 bool res = android::base::Readlink("/proc/self/ns/mnt", &ns_apexd); in TEST()
2530 ASSERT_NE(ns_apexd, ns_early_process); in TEST()