Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DTrafficController.cpp204 static Status attachProgramToCgroup(const char* programPath, const unique_fd& cgroupFd, in attachProgramToCgroup() argument
206 unique_fd cgroupProg(retrieveProgram(programPath)); in attachProgramToCgroup()
209 ALOGE("Failed to get program from %s: %s", programPath, strerror(ret)); in attachProgramToCgroup()
214 ALOGE("Program from %s attach failed: %s", programPath, strerror(ret)); in attachProgramToCgroup()