Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/sbenvironment/
H A DTestSBEnvironment.py61 env.PutEntry("X=y")
80 env.PutEntry("PATH=#" + path)
104 env.PutEntry("FOO=bar")
/llvm-project-15.0.7/lldb/source/API/
H A DSBEnvironment.cpp101 void SBEnvironment::PutEntry(const char *name_and_value) { in PutEntry() function in SBEnvironment
114 PutEntry(entries.GetStringAtIndex(i)); in SetEntries()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBEnvironment.i38 void PutEntry(const char *name_and_value);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBEnvironment.h77 void PutEntry(const char *name_and_value);