Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Dbmpblk_util.c191 const char *todir, int overwrite) { in dump_bmpblock() argument
224 if (todir) { in dump_bmpblock()
226 if (0 != require_dir(todir)) { in dump_bmpblock()
234 sprintf(full_path_name, "%s/%s", todir, "config.yaml"); in dump_bmpblock()
308 if (todir) { in dump_bmpblock()
309 sprintf(full_path_name, "%s/%s", todir, image_name); in dump_bmpblock()
448 if (todir) in dump_bmpblock()
/external/hamcrest/
Dbuild.xml.original87 <copy todir="build/temp/hamcrest-core-${version}.jar.contents">
90 <copy todir="build/temp/hamcrest-core-${version}-sources.jar.contents">
96 <copy todir="build/temp/hamcrest-all-${version}.jar.contents">
102 <copy todir="build/temp/hamcrest-all-${version}-sources.jar.contents">
126 <copy todir="build">
176 <copy failonerror="false" todir="build/temp/@{jarname}-sources.jar.contents">
202 …<copy file="LICENSE.txt" todir="build/temp/@{modulename}-${version}@{suffix}.jar.contents/META-INF…
226 <copy todir="build/temp/@{modulename}-${version}-sources.jar.contents">
241 <batchtest fork="yes" todir="${build.dir}/testreport">
/external/vboot_reference/utility/include/
Dbmpblk_util.h11 const char *todir, int overwrite);