Home
last modified time | relevance | path

Searched defs:backendPath (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/authfs/tests/hosttests/java/src/com/android/fs/
DAuthFsHostTest.java171 String backendPath = TEST_OUTPUT_DIR + "/out.file"; in testWriteThroughCorrectly() local
187 String backendPath = TEST_OUTPUT_DIR + "/out.file"; in testWriteFailedIfDetectsTampering() local
228 String backendPath = TEST_OUTPUT_DIR + "/out.file"; in testReadFailedIfDetectsTampering() local
255 String backendPath = TEST_OUTPUT_DIR + "/out.file"; in testResizeFailedIfDetectsTampering() local
278 String backendPath = TEST_OUTPUT_DIR + "/out.file"; in testFileResize() local
635 String authFsPath, String backendPath, String expectedHash) in expectBackingFileConsistency()