Searched defs:path2uid (Results 1 - 2 of 2) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DUtilTest.java140 public void path2uid() { method in class:UtilTest
142 Util.path2uid("/etc/passwd", "date"));
148 Util.path2uid("/etc/passwd", "date")));
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java543 public static String path2uid(String path, String date) { method in class:Util
548 * The reverse operation for {@link #path2uid(String, String)} - re-creates

Completed in 11 milliseconds