Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp1540 std::string ns_apexd; in TEST_F() local
1544 bool res = android::base::Readlink("/proc/self/ns/mnt", &ns_apexd); in TEST_F()
1553 ASSERT_EQ(ns_apexd, ns_init); in TEST_F()
1565 std::string ns_apexd; in TEST_F() local
1568 bool res = android::base::Readlink("/proc/self/ns/mnt", &ns_apexd); in TEST_F()
1579 ASSERT_NE(ns_apexd, ns_early_process); in TEST_F()