Home
last modified time | relevance | path

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

/development/vndk/tools/
Dbuild_mixed186 for vintf_file_list in ${VINTF_DUMP_FILE_LIST[*]}; do
187 if [[ "$vintf_file_list" == */ ]]; then
188 vintf_file_list="$vintf_file_list"\*
191 if [[ "$vintf_file_list" == "$system_dir"/* ]]; then
193 search_file=${vintf_file_list/$system_dir/$search_dir}
202 if [[ "$vintf_file_list" == "$device_dir"/* ]]; then
204 search_file=${vintf_file_list/$device_dir/$search_dir}