Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetdNativeService.cpp584 const char* whichStr = nullptr; in getPathComponents() local
587 whichStr = "conf"; in getPathComponents()
590 whichStr = "neigh"; in getPathComponents()
597 return {binder::Status::ok(), ipversionStr, whichStr}; in getPathComponents()