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

/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp39 " input_filename(s) or input_fd(s)...\n");
121 static bool Build(int input_fd, int output_fd, argument
131 bool build_result = driver->build(input_fd, output_fd);;
140 int output_fd, input_fd; local
147 if (!GetIntArg(input, input_fd)) {
152 if (!Build(input_fd, output_fd, triple, sysroot)) {
162 int output_fd = -1, input_fd = -1; local
173 input_fd = ::open(input, O_RDONLY);
175 if (input_fd < 0) {
181 if (!Build(input_fd, output_f
[all...]

Completed in 1477 milliseconds