Searched refs:thisdir (Results 1 - 3 of 3) sorted by relevance

/system/media/camera/docs/
H A Dmetadata-validate19 thisdir=$(cd "$(dirname "$0")"; pwd)
20 $thisdir/metadata-check-dependencies || exit 1
28 schema=$thisdir/metadata_properties.xsd
32 python $thisdir/metadata_validate.py $doc || exit 1
H A Dmetadata-parser-sanity-check24 thisdir=$(cd "$(dirname "$0")"; pwd)
26 $thisdir/metadata-check-dependencies || exit 1
48 check_test "$thisdir/metadata_model_test.py" || exit 1
49 check_test "$thisdir/metadata_helpers_test.py" || exit 1
50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.mako $tmp_out || exit 1
51 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
H A Dmetadata-generate36 thisdir=$(cd "$(dirname "$0")"; pwd)
53 local in=$thisdir/$1
54 local out=$thisdir/$2
65 local spec_file=$thisdir/metadata_properties.xml
68 spec_file=$thisdir/ndk_metadata_properties.xml
71 python $thisdir/metadata_parser_xml.py $spec_file $in $out
170 local src="$thisdir/$1" # Relative to directory of this script
194 $thisdir/metadata-check-dependencies || exit 1
195 $thisdir/metadata-validate $thisdir/metadata_propertie
[all...]

Completed in 62 milliseconds