HomeSort by relevance Sort by last modified time
    Searched defs:Os (Results 1 - 6 of 6) sorted by null

  /external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
Os.java 26 * Condition that tests the OS type.
30 public class Os implements Condition {
32 System.getProperty("os.name").toLowerCase(Locale.ENGLISH);
34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH);
36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
41 * OS family to look for
45 * Name of OS
49 * version of OS
53 * OS architecture
57 * OS family that can be tested for. {@value
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Os.java 28 public interface Os {
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 180 milliseconds