Home
last modified time | relevance | path

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

/ohos5.0/build/hb/
H A Dmain.py33 from resources.global_var import ARGS_DIR
123 for file in os.listdir(ARGS_DIR):
124 if file.endswith('.json') and os.path.exists(os.path.join(ARGS_DIR, file)):
125 os.remove(os.path.join(ARGS_DIR, file))
/ohos5.0/build/hb/resources/
H A Dglobal_var.py28 ARGS_DIR = os.path.join(CURRENT_HB_DIR, 'resources/args') variable
/ohos5.0/build/hb/containers/
H A Darg.py47 from resources.global_var import ARGS_DIR