Searched defs:output_filename (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc_util/src/
H A Dio.cc92 std::ostream* GetOutputStream(const string_piece& output_filename, argument
95 if (output_filename != "-") {
96 file_stream->open(output_filename.str(), std::ios_base::binary);
99 std::cerr << "glslc: error: cannot open output file: '" << output_filename local
101 if (access(output_filename.str().c_str(), W_OK) != 0) {
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
H A Dio.cc92 std::ostream* GetOutputStream(const string_piece& output_filename, argument
95 if (output_filename != "-") {
96 file_stream->open(output_filename.str(), std::ios_base::binary);
99 std::cerr << "glslc: error: cannot open output file: '" << output_filename local
101 if (access(output_filename.str().c_str(), W_OK) != 0) {

Completed in 158 milliseconds