Searched refs:subdir (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/pybind11/
H A Dsetup.py50 subdir = os.path.dirname(os.path.relpath(header, 'include/pybind11'))
51 install_dir = os.path.join(self.install_dir, subdir)
/gem5/src/base/
H A Doutput.cc312 DIR *subdir = opendir(fname.c_str()); local
315 if ((!subdir) && (errno == ENOENT))
319 if (!subdir) {
325 struct dirent *de = readdir(subdir);
332 de = readdir(subdir);
335 closedir(subdir);
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py889 for subdir in subdirs:
890 subnode = FdtNode(subdir)
893 nodes[subpath+'/'+subdir] = subnode
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py1047 # Absolute path to repository (we can be in a subdir)
1049 # Compute the subdir
1052 self.subdir = cwd[len(self.repo_dir):].lstrip(r"\/")
1061 assert filename.startswith(self.subdir), filename
1062 return filename[len(self.subdir):].lstrip(r"\/")
1065 # If no file specified, restrict to the current subdir
1103 # "hg status" and "hg cat" both take a path relative to the current subdir
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py1047 # Absolute path to repository (we can be in a subdir)
1049 # Compute the subdir
1052 self.subdir = cwd[len(self.repo_dir):].lstrip(r"\/")
1061 assert filename.startswith(self.subdir), filename
1062 return filename[len(self.subdir):].lstrip(r"\/")
1065 # If no file specified, restrict to the current subdir
1103 # "hg status" and "hg cat" both take a path relative to the current subdir

Completed in 18 milliseconds