Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dconfig.cpp581 std::string firstField; in find() local
585 firstField.erase(); in find()
586 firstField += "+"; in find()
587 firstField += UserPrefix; in find()
588 firstField += "_"; in find()
589 firstField += p_name; in find()
591 const CNfcParam* ret = _find(firstField.c_str()); in find()