Home
last modified time | relevance | path

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

/development/vndk/tools/
Dbuild_mixed191 for vintf_file_list in ${VINTF_DUMP_FILE_LIST[*]}; do
192 if [[ "$vintf_file_list" == */ ]]; then
193 vintf_file_list="$vintf_file_list"\*
196 if [[ "$vintf_file_list" == "$system_dir"/* ]]; then
198 search_file=${vintf_file_list/$system_dir/$search_dir}
207 if [[ "$vintf_file_list" == "$device_dir"/* ]]; then
209 search_file=${vintf_file_list/$device_dir/$search_dir}