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

/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DFileTest.java54 private String slash = File.separator; field in class:FileTest
105 if (!dirName.regionMatches((dirName.length() - 1), slash, 0, 1))
106 dirName += slash;
151 if (!fileName.regionMatches((fileName.length() - 1), slash, 0, 1))
152 fileName += slash;
177 if (!userDir.regionMatches((userDir.length() - 1), slash, 0, 1))
178 userDir += slash;
317 slash + "pa th" + slash + "another\u20ac" + slash
[all...]

Completed in 42 milliseconds