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

/frameworks/base/awt/java/awt/color/
H A DICC_Profile.java1033 private static FileInputStream tryPath(String path, String fileName) { method in class:ICC_Profile
1084 fiStream = tryPath(System.getProperty("java.iccprofile.path"), fName); //$NON-NLS-1$
1090 fiStream = tryPath(System.getProperty("java.class.path"), fName); //$NON-NLS-1$
1098 fiStream = tryPath(home + File.separatorChar

Completed in 29 milliseconds