Searched defs:is_linux (Results 1 – 10 of 10) sorted by relevance
20 function is_linux() { function
51 function is_linux() { function
89 def is_linux(self): member in SkiaVarsApi
15 is_linux = platform.system() == 'Linux' variable
18 def is_linux(): function
27 is_linux = platform.system() == 'Linux' variable
75 def is_linux(): function
963 def is_linux(self) -> bool: member in FakeFilesystem