Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/AppA/src/com/android/cts/appdataisolation/appa/
DAppATests.java31 import static com.android.cts.appdataisolation.common.FileUtils.touchFile;
121 touchFile(mCePath, CE_DATA_FILE_NAME); in testCreateCeDeAppData()
122 touchFile(mDePath, DE_DATA_FILE_NAME); in testCreateCeDeAppData()
135 touchFile(mExternalDataPath, EXTERNAL_DATA_FILE_NAME); in testCreateExternalDirs()
136 touchFile(mObbPath, OBB_FILE_NAME); in testCreateExternalDirs()
/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
DFileUtils.java128 public static void touchFile(String path, String name) throws IOException { in touchFile() method in FileUtils