Home
last modified time | relevance | path

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

/build/hb/
Dmain.py33 from resources.global_var import ARGS_DIR
284 for file in os.listdir(ARGS_DIR):
285 if file.endswith('.json') and os.path.exists(os.path.join(ARGS_DIR, file)):
286 os.remove(os.path.join(ARGS_DIR, file))
/build/hb/resources/
Dglobal_var.py28 ARGS_DIR = os.path.join(CURRENT_HB_DIR, 'resources/args') variable
/build/hb/containers/
Darg.py47 from resources.global_var import ARGS_DIR