Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/test/
H A D.lldb-loggings6 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(), …
H A Dusage-lldb-loggings91 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(), …
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHost.cpp121 static bool IsDirNumeric(const char *dname) { in IsDirNumeric() argument
122 for (; *dname; dname++) { in IsDirNumeric()
123 if (!isdigit(*dname)) in IsDirNumeric()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize263 for dname, _, fnames in os.walk(p):
265 filename = os.path.join(dname, fn)