Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2437 std::string native_process = "test_process"; in TEST_F() local
2438 Result<void> res = ::android::apex::revertActiveSessions(native_process); in TEST_F()
2440 ASSERT_EQ(session->GetCrashingNativeProcess(), native_process); in TEST_F()