Searched refs:IS_OS_LINUX (Results 1 – 8 of 8) sorted by relevance
102 private static final boolean IS_OS_LINUX = getOsMatchesName("Linux"); field in FileSystem140 if (IS_OS_LINUX) { in current()
1149 … public static final boolean IS_OS_LINUX = getOsMatchesName("Linux") || getOsMatchesName("LINUX"); field in SystemUtils1513 …public static final boolean IS_OS_UNIX = IS_OS_AIX || IS_OS_HP_UX || IS_OS_IRIX || IS_OS_LINUX || …
69 if (SystemUtils.IS_OS_LINUX) { in isRunningOnGcp()
42 if (SystemUtils.IS_OS_LINUX) { in testGetCurrent()
287 if (SystemUtils.IS_OS_LINUX) { in testGetFullPath()329 if (SystemUtils.IS_OS_LINUX) { in testGetFullPathNoEndSeparator()480 if (SystemUtils.IS_OS_LINUX) { in testGetPrefix()530 if (SystemUtils.IS_OS_LINUX) { in testGetPrefixLength()
311 assertFalse(SystemUtils.IS_OS_LINUX); in test_IS_OS()321 assertTrue(SystemUtils.IS_OS_LINUX); in test_IS_OS()
420 assumeFalse(SystemUtils.IS_OS_LINUX); in testSetReadOnlyFile()
494 > public static final boolean IS_OS_LINUX;