Searched defs:configPostfix (Results 1 - 1 of 1) sorted by path

/external/lldb/test/
H A Ddotest.py1327 configPostfix = configString.translate(tbl) variable
1334 new_stderr = open("%s.%s" % (old_stderr.name, configPostfix), "w")
1339 new_stdout = open("%s.%s" % (old_stdout.name, configPostfix), "w")
1350 newrdir = "%s.%s" % (rdir, configPostfix)
1352 # Copy the tree to a new directory with postfix name configPostfix.

Completed in 168 milliseconds