Lines Matching refs:dir_name
62 local dir_name=ohos_$1
63 rm -rf ${OHOS_GLUE_DIR}/${dir_name} && mkdir -p ${OHOS_GLUE_DIR}/${dir_name}
64 …handle_copy_dir ${INTERFACE_OHOS_GLUE_DIR}/${dir_name}/include ${OHOS_GLUE_DIR}/${dir_name}/include
65 …handle_copy_dir ${INTERFACE_OHOS_GLUE_DIR}/${dir_name}/bridge/webview ${OHOS_GLUE_DIR}/${dir_name}…
66 …handle_copy_dir ${INTERFACE_OHOS_GLUE_DIR}/${dir_name}/cpptoc/webview ${OHOS_GLUE_DIR}/${dir_name}…
67 …handle_copy_dir ${INTERFACE_OHOS_GLUE_DIR}/${dir_name}/ctocpp/webview ${OHOS_GLUE_DIR}/${dir_name}…
131 local dir_name=ohos_${OHOS_GLUE_MODULE}
132 local file_list=$(find ${OHOS_GLUE_DIR}/${dir_name}/include -name "*.h")
138 …python3 ${OHOS_GLUE_DIR}/scripts/translator.py webview $dir_name >> ${OHOS_GLUE_LOG_DIR}/prepare.l…
147 dir_name=$(date +"%Y%m%d%H%M%S")
148 handle_develop_commond ${dir_name} webcore
149 handle_develop_commond ${dir_name} webview