Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp2537 static pid_t GetPidOf(const std::string& name) { in GetPidOf() function
2584 ExecInMountNamespaceOf(GetPidOf("apexd"), [&](pid_t /*pid*/) { in TEST()
2612 ExecInMountNamespaceOf(GetPidOf("apexd"), [&](pid_t /*pid*/) { in TEST()
2619 ExecInMountNamespaceOf(GetPidOf(name), [&](pid_t /*pid*/) { in TEST()
2662 pid_t pid = GetPidOf(name); in TEST()