Home
last modified time | relevance | path

Searched refs:mOutputFileName (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang.cpp337 mOutputFileName = OutputFile; in setOutput()
462 BCAccessorContext.bc64FileName = mOutputFileName.c_str(); in generateJavaBitcodeAccessor()
687 mOutputFileName : mOutput32FileName; in compile()
702 mOutputFileName, in compile()
Dslang.h144 std::string mOutputFileName; variable
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h172 std::string mOutputFileName {DEFAULT_FILENAME};
DSurfaceInterceptor.cpp146 if (!android::base::WriteStringToFile(output, mOutputFileName, true)) { in writeProtoFileLocked()