Home
last modified time | relevance | path

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

/system/netd/
DSecondaryTableController.h52 const char *getVersion(const char *addr);
DSecondaryTableController.cpp137 const char *SecondaryTableController::getVersion(const char *addr) { in getVersion() function in SecondaryTableController
165 asprintf(&cmd, "%s %s rule %s from %s table %d", IP_PATH, getVersion(addr), in modifyFromRule()
/system/security/keystore/
Dkeystore.cpp333 uint8_t getVersion() const { in getVersion() function in Blob
598 const uint8_t version = keyBlob->getVersion(); in get()