Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dload_config.py21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
H A Dkernel_include.py92 path = os.path.normpath(os.path.join(source_dir, path))
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dload_config.py21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):
H A Dkernel_include.py95 path = os.path.normpath(os.path.join(source_dir, path))
/kernel/linux/build/
H A Dkernel_build.py42 def normpath(self, filename): member in Reporter
45 return os.path.normpath(filename)
100 newfile = self.normpath(attrs[0])

Completed in 2 milliseconds