Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp90 const std::string TASK_PATH = "/proc/" + std::to_string(current) + "/task"; in GetChildPids() local
94 dir = opendir(TASK_PATH.c_str()); in GetChildPids()