Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java60 logCommand("/system/bin/id"); in testDumpDebug()
61 logCommand("/system/bin/cat", "/proc/self/mountinfo"); in testDumpDebug()
480 public static void logCommand(String... cmd) throws Exception { in logCommand() method in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java176 public static void logCommand(String... cmd) throws Exception { in logCommand() method in Utils
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java31 import static com.android.cts.storageapp.Utils.logCommand;
231 logCommand("sync"); in testVerifyStatsExternalConsistent()