Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java245 CommandTracker(int id, String[] args, String commandFilePath) { in CommandTracker() argument
248 mCommandFilePath = commandFilePath; in CommandTracker()
1441 String commandFilePath) { in createCommandTracker() argument
1445 return new CommandTracker(mCurrentCommandId, args, commandFilePath); in createCommandTracker()