Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/preload/
H A DMemoryUsage.java224 List<String> commandList = new ArrayList<String>( in measure() local
226 commandList.addAll(Arrays.asList(commands)); in measure()
227 commandList.add(className); in measure()
228 commands = commandList.toArray(new String[commandList.size()]); in measure()
/aosp12/system/netd/server/
H A DStrictController.cpp145 std::vector<std::string> commandList = { in resetChains() local
154 const std::string commands = Join(commandList, '\n'); in resetChains()