Home
last modified time | relevance | path

Searched refs:output_name (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dansi2knr.c237 char *output_name = 0; local
279 output_name = argv[2];
280 out = fopen(output_name, "w");
283 program_name, output_name);
358 if ( output_name ) {
367 (output_name ? output_name : "stdout"));
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc412 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local
413 if (!output_name.IsAbsolutePath()) in GetAbsolutePathToOutputFile()
418 output_name = internal::FilePath::ConcatPaths( in GetAbsolutePathToOutputFile()
422 if (!output_name.IsDirectory()) in GetAbsolutePathToOutputFile()
423 return output_name.string(); in GetAbsolutePathToOutputFile()
426 output_name, internal::GetCurrentExecutableName(), in GetAbsolutePathToOutputFile()