Lines Matching full:binary
128 is no binary corresponding to the source file. We need to filter
139 binary = os.path.basename(f)
140 binary = os.path.splitext(binary)[0]
141 full_path = os.path.join(path, binary)
143 binaries.append(binary)
146 def _RunHostCommand(self, binary, valgrind=False):
149 Runs the host binary and returns the exit code.
156 binary: basename of the file to be run. It is expected to be under
163 full_path = os.path.join(android_build.GetHostBin(), binary)