Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java118 mSystemDir = mTestRootDir.createSubPath("system_dir"); in setUp()
119 mDataDir = mTestRootDir.createSubPath("data_dir"); in setUp()
161 PathPair dataStagedDir = mDataDir.createSubPath(STAGED_DIR_NAME); in testStaging_stagingDirIsFile()
186 PathPair dataStagedDir = mDataDir.createSubPath(STAGED_DIR_NAME); in testStaging_uninstall_currentDirIsFile()
190 PathPair dataCurrentDir = mDataDir.createSubPath(CURRENT_DIR_NAME); in testStaging_uninstall_currentDirIsFile()
209 PathPair dataCurrentDir = mDataDir.createSubPath(CURRENT_DIR_NAME); in testStaging_uninstall_noCurrent()
214 PathPair dataStagedDir = mDataDir.createSubPath(STAGED_DIR_NAME); in testStaging_uninstall_noCurrent()
237 PathPair dataStagedDir = mDataDir.createSubPath(STAGED_DIR_NAME); in testStaging_uninstall_withCurrent()
241 PathPair dataCurrentDir = mDataDir.createSubPath(CURRENT_DIR_NAME); in testStaging_uninstall_withCurrent()
265 PathPair dataStagedDir = mDataDir.createSubPath(STAGED_DIR_NAME); in testStaging_install_currentDirIsFile()
[all …]