Searched refs:dname (Results 1 – 4 of 4) sorted by relevance
6 dname = os.path.join(os.environ["LLDB_TEST"])7 if not os.path.isdir(dname):8 os.mkdir(dname)9 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
91 dname = os.path.join(os.environ["LLDB_TEST"])92 if not os.path.isdir(dname):93 os.mkdir(dname)94 …dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), …
121 static bool IsDirNumeric(const char *dname) { in IsDirNumeric() argument122 for (; *dname; dname++) { in IsDirNumeric()123 if (!isdigit(*dname)) in IsDirNumeric()
263 for dname, _, fnames in os.walk(p):265 filename = os.path.join(dname, fn)