Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/sblaunchinfo/
H A DTestSBLaunchInfo.py12 KeyEqValue = info.GetEnvironmentEntryAtIndex(i)
13 Key, Value = KeyEqValue.split("=")
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DEnvironment.h71 std::pair<iterator, bool> insert(llvm::StringRef KeyEqValue) { in insert() argument
72 auto Split = KeyEqValue.split('='); in insert()