Home
last modified time | relevance | path

Searched refs:patch_dir (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/scripts/
H A Dinstall-third-party71 local patch_dir="$ARK_ROOT/patches/$lib_name"
72 if [[ ! -d "$patch_dir" ]] ; then
73 echo "$MSG_PREFIX No patch directory $patch_dir for $lib_name"
78 readarray -t patches <<< "$(find "$patch_dir" -name '*.patch' | sort)"
/arkcompiler/runtime_core/static_core/scripts/
H A Dinstall-third-party149 local patch_dir="$ARK_ROOT/patches/$lib_name"
150 if [[ ! -d "$patch_dir" ]] ; then
151 echo "$MSG_PREFIX No patch directory $patch_dir for $lib_name"
156 readarray -t patches <<< "$(find "$patch_dir" -name '*.patch' | sort)"

Completed in 1 milliseconds