Home
last modified time | relevance | path

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

/aosp12/system/netd/netutils_wrappers/
H A DNetUtilsWrapperTest-1.0.cpp32 std::string cmdString; member
62 std::vector<std::string> pieces = android::base::Split(cmd.cmdString, " "); in TEST()
70 (cmd.valid ? "invalid" : "valid") << ": '" << cmd.cmdString << "'"; in TEST()
/aosp12/frameworks/base/core/java/android/os/
H A DFileBridge.java167 private void writeCommandAndBlock(int cmd, String cmdString) throws IOException { in writeCommandAndBlock() argument
178 throw new IOException("Failed to execute " + cmdString + " across bridge"); in writeCommandAndBlock()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp3065 const std::string cmdString; in TEST_F() member
3120 const std::vector<std::string> result = runCommand(cmd.cmdString); in TEST_F()
3121 SCOPED_TRACE(cmd.cmdString); in TEST_F()
3127 const std::vector<std::string> result = runCommand(cmd.cmdString); in TEST_F()
3128 SCOPED_TRACE(cmd.cmdString); in TEST_F()