Lines Matching refs:expat
4 src_path = "//third_party/expat"
13 "$expat_path/expat-2.4.1/lib/expat.h",
14 "$expat_path/expat-2.4.1/lib/xmlparse.c",
15 "$expat_path/expat-2.4.1/lib/xmlrole.c",
16 "$expat_path/expat-2.4.1/lib/xmltok.c",
20 ## Build expat.a {{{
34 "$expat_path/expat-2.4.1",
35 "$expat_path/expat-2.4.1/lib",
41 ohos_static_library("expat") {
42 part_name = "expat"
47 "$expat_path/expat-2.4.1/lib/expat.h",
48 "$expat_path/expat-2.4.1/lib/xmlparse.c",
49 "$expat_path/expat-2.4.1/lib/xmlrole.c",
50 "$expat_path/expat-2.4.1/lib/xmltok.c",
58 ## Build expat.a }}}