Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DShellCommandUtils.java83 logCommand(command, allowEmptyOutput, stdInBytes); in executeCommand()
124 logCommand(command, /* allowEmptyOutput= */ false, stdInBytes); in executeCommandForBytes()
157 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand() method in ShellCommandUtils
/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()
475 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.java182 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.java32 import static com.android.cts.storageapp.Utils.logCommand;
258 logCommand("sync"); in testVerifyStatsExternalConsistent()