Searched refs:DEFAULT_CCACHE_DIR (Results 1 – 2 of 2) sorted by relevance
25 from resources.global_var import CURRENT_OHOS_ROOT, DEFAULT_CCACHE_DIR55 if os.path.exists(DEFAULT_CCACHE_DIR):57 'Clean ccache "{}" directory'.format(DEFAULT_CCACHE_DIR))58 shutil.rmtree(DEFAULT_CCACHE_DIR)
26 DEFAULT_CCACHE_DIR = os.path.join(CURRENT_OHOS_ROOT, '.ccache') variable