Home
last modified time | relevance | path

Searched refs:KEY_BOOTPROTO (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp54 constexpr const char *KEY_BOOTPROTO = "BOOTPROTO="; member
495 std::string::size_type pos = fileContent.find(KEY_BOOTPROTO); in ParseBootProto()
499 pos += strlen(KEY_BOOTPROTO); in ParseBootProto()
647 fileContent = fileContent + KEY_BOOTPROTO + mode + WRAP; in GenCfgContent()

Completed in 2 milliseconds