Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 4 of 4) sorted by relevance

/tools/treble/hacksaw/client/
Dcommand.go43 type Command struct { struct
44 workspace workspace.Workspace
51 func (c Command) addCodebase(args []string) error {
67 func (c Command) defaultCodebase(args []string) error {
81 func (c Command) listCodebases() {
96 func (c Command) removeCodebase(args []string) error {
111 func (c Command) createWorkspace(args []string) error {
140 func (c Command) recreateWorkspace(args []string) error {
156 func (c Command) listWorkspaces() {
164 func (c Command) removeWorkspace(args []string) error {
[all …]
/tools/test/connectivity/acts/
DREADME.md101 ### Configuration Files
128 ### Test Class
/tools/security/fuzzing/orphans/smallvec/
Dsmallvec_fuzzer.rs50 enum Command { enum
/tools/test/openhst/
Dstress_test.py643 def Command(self, command): member in Device