Searched refs:name_and_value (Results 1 – 2 of 2) sorted by relevance
101 void SBEnvironment::PutEntry(const char *name_and_value) { in PutEntry() argument102 LLDB_INSTRUMENT_VA(this, name_and_value); in PutEntry()104 auto split = llvm::StringRef(name_and_value).split('='); in PutEntry()
77 void PutEntry(const char *name_and_value);