Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
DTestSingleQuoteInFilename.py14 myexe = "path with '09/a.out" variable in SingleQuoteInCommandLineTestCase
22 os.remove(cls.myexe)
30 system(["/bin/sh", "-c", "cp a.out \"%s\"" % self.myexe])
36 self.child = pexpect.spawn('%s %s "%s"' % (self.lldbHere, self.lldbOption, self.myexe))