Searched refs:FILE_URL_PREFIX (Results 1 – 4 of 4) sorted by relevance
36 public static final String FILE_URL_PREFIX = SVersionRCFile.FILE_URL_PREFIX; field in OfficeInstallation46 if (path.startsWith(FILE_URL_PREFIX)) { in OfficeInstallation()49 path = path.substring(FILE_URL_PREFIX.length()); in OfficeInstallation()62 this.url = FILE_URL_PREFIX + path; in OfficeInstallation()
45 public static final String FILE_URL_PREFIX = field in SVersionRCFile170 StringBuffer buf = new StringBuffer(FILE_URL_PREFIX); in toFileURL()
34 private static final String FILE_URL_PREFIX = field in DebugRunner54 if (uri.startsWith(FILE_URL_PREFIX)) { in go()56 String s = uri.substring(FILE_URL_PREFIX.length()); in go()
35 public static String FILE_URL_PREFIX; field in PathUtils44 FILE_URL_PREFIX = m_windows ? "file:///" : "file://";
Completed in 21 milliseconds