Home
last modified time | relevance | path

Searched refs:homepath (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py58 homepath = "/home/chronos"
59 passes.append(self.check_owner_mode(homepath, "chronos", 0755))
85 (homepath, homepath, homepath, user_mountpt, user_mountpt,
86 user_mountpt, user_mountpt, homepath, homepath),
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFileHandlerTest.java212 private void assertFileContent(String homepath, String filename, in assertFileContent() argument
214 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding); in assertFileContent()
217 private void assertFileContent(String homepath, String filename, in assertFileContent() argument
245 inputStream = new BufferedInputStream(new FileInputStream(homepath in assertFileContent()
263 reset(homepath, filename); in assertFileContent()
273 private void reset(String homepath, String filename) { in reset() argument
276 file = new File(homepath + SEP + filename); in reset()
290 file = new File(homepath + SEP + filename + ".lck"); in reset()