Home
last modified time | relevance | path

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

/misc/config_tools/configurator/packages/configurator/thirdLib/
A Dmanager.py17 def check(library_info, operation): argument
18 if operation == 'check':
28 if operation == 'check':
30 elif operation == 'install' and not check_result:
33 elif operation == 'clean' and check_result:
115 def manager(operation, library_info): argument
123 if operation in ['check', 'install', 'clean']:
124 check(library_info, operation)
140 manager(args.operation, library_info)
/misc/config_tools/configurator/packages/configurator/src/pages/Welcome/
A DNewConfiguration.vue96 // user cancel the operation
100 // user confirm the operation
107 // dir is empty, no operation
/misc/debug_tools/acrn_trace/
A DREADME.rst86 occur during normal operation (aka CPU throttling) on a processor that
/misc/services/acrn_manager/
A DREADME.rst105 Use the optional ``-f`` or ``--force`` argument to force the stop operation.

Completed in 6 milliseconds