Searched refs:tool (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/make/
H A Dmodule-hostapp.mk42 echo "type=tool" >> $@ ;\
H A Dmodule.mk27 # "hostapp" for a host tool,
/fuchsia/zircon/scripts/
H A Dsymbolize11 This tool will symbolize a crash from Zircon's crash logger, adding
147 def tool_path(arch, tool, user_provided_path):
151 (PREBUILTS_BASE_DIR, arch, tool))
161 tool = os.path.basename(path)
162 print "Calling %s failed: command %s error %s" % (tool, cmd, e)
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in236 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames
5141 foreach my $tool (keys %obj_tool_map) {
5142 $obj_tool_map{$tool} = ConfigureTool($obj_tool_map{$tool});
5146 # Returns the path of a caller-specified object tool. If --tools or
5147 # JEPROF_TOOLS are specified, then returns the full path to the tool
5151 my $tool = shift;
5156 # <tool>:<path>. First we look for an entry of type (b) for our
5157 # tool. If one is found, we use it. Otherwise, we consider all the
5161 if ($tools =~ m/(,|^)\Q$tool\
[all...]
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool25 """Command-line tool for working with Android Verified Boot images."""
1965 """Business logic for avbtool command-line tool."""
3612 ValueError: If output from the 'fec' tool is invalid.
3637 ValueError: If output from the 'fec' tool is invalid.
3716 """Object for avbtool command-line tool."""
4375 tool = AvbTool() variable
4376 tool.run(sys.argv)

Completed in 112 milliseconds