Searched refs:platformIsDarwin (Results 1 – 5 of 5) sorted by relevance
138 def platformIsDarwin(): function144 if not platformIsDarwin():170 if platformIsDarwin():
750 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin():828 if not lldbplatformutil.platformIsDarwin():850 if lldbplatformutil.platformIsDarwin():
889 self.darwinWithFramework = self.platformIsDarwin()1333 def platformIsDarwin(self): member in Base1335 return lldbplatformutil.platformIsDarwin()1463 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd":
647 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
790 if test.platformIsDarwin():