Searched refs:thisdir (Results 1 – 3 of 3) sorted by relevance
24 thisdir=$(cd "$(dirname "$0")"; pwd)26 $thisdir/metadata-check-dependencies || exit 148 check_test "$thisdir/metadata_model_test.py" || exit 149 check_test "$thisdir/metadata_helpers_test.py" || exit 150 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.…51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
36 thisdir=$(cd "$(dirname "$0")"; pwd)53 local in=$thisdir/$154 local out=$thisdir/$265 local spec_file=$thisdir/metadata_properties.xml68 spec_file=$thisdir/ndk_metadata_properties.xml71 python $thisdir/metadata_parser_xml.py $spec_file $in $out170 local src="$thisdir/$1" # Relative to directory of this script194 $thisdir/metadata-check-dependencies || exit 1195 $thisdir/metadata-validate $thisdir/metadata_properties.xml || exit 1196 $thisdir/metadata-parser-sanity-check || exit 1
19 thisdir=$(cd "$(dirname "$0")"; pwd)20 $thisdir/metadata-check-dependencies || exit 128 schema=$thisdir/metadata_properties.xsd32 python $thisdir/metadata_validate.py $doc || exit 1