Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp133 OutputFile info_file(info_path.string(), FileBase::kTruncate); in syncInfo() local
135 if (info_file.hasError()) { in syncInfo()
137 info_file.getErrorMessage().c_str()); in syncInfo()
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str()); in syncInfo()
151 if (!mInfo->write(info_file)) { in syncInfo()
DRSCompilerDriver.cpp129 InputFile info_file(info_path.string()); in loadScript() local
130 RSInfo *info = RSInfo::ReadFromFile(info_file); in loadScript()
324 OutputFile info_file(info_path.string(), FileBase::kTruncate); in compileScript() local
326 if (info_file.hasError()) { in compileScript()
328 info_path.string(), info_file.getErrorMessage().c_str()); in compileScript()
340 if (!info->write(info_file)) { in compileScript()