Searched defs:sdir_name (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/
H A Ddotest.py230 sdir_name = None variable
412 global sdir_name
651 sdir_name = args.s
1226 # If sdir_name is not specified through the '-s sdir_name' option, get a
1235 if not sdir_name:
1236 sdir_name = timestamp_started
1237 os.environ["LLDB_SESSION_DIRNAME"] = os.path.join(os.getcwd(), sdir_name)
1241 " will go into directory '%s'\n" % sdir_name)
1244 if not os.path.isdir(sdir_name)
[all...]

Completed in 45 milliseconds