Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py254 output = lldbutil.read_file_from_process_wd(self, "output2.txt")
282 output = lldbutil.read_file_from_process_wd(self, "output2.txt")
323 output = lldbutil.read_file_from_process_wd(self, "output1.txt")
346 output = lldbutil.read_file_from_process_wd(self, "output1.txt")
363 output = lldbutil.read_file_from_process_wd(self, "output1.txt")
418 output = lldbutil.read_file_from_process_wd(self, "stderr.txt")
425 output = lldbutil.read_file_from_process_wd(self, "stdout.txt")
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py1490 def read_file_from_process_wd(test, name): function