Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.cpp522 const char* whichStr = nullptr; in getPathComponents() local
525 whichStr = "conf"; in getPathComponents()
528 whichStr = "neigh"; in getPathComponents()
535 return {binder::Status::ok(), ipversionStr, whichStr}; in getPathComponents()