Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang.cpp340 mOutputFileName = OutputFile; in setOutput()
466 BCAccessorContext.bc64FileName = mOutputFileName.c_str(); in generateJavaBitcodeAccessor()
691 mOutputFileName : mOutput32FileName; in compile()
706 mOutputFileName, in compile()
Dslang.h144 std::string mOutputFileName; variable
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.h131 std::string mOutputFileName {DEFAULT_FILENAME};
DSurfaceInterceptor.cpp138 if (!android::base::WriteStringToFile(output, mOutputFileName, true)) { in writeProtoFileLocked()