Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp116 android::String8 info_path = RSInfo::GetPath(output_path.c_str()); in loadScript() local
120 output_path.c_str(), info_path.string(), in loadScript()
129 InputFile info_file(info_path.string()); in loadScript()
323 android::String8 info_path = RSInfo::GetPath(pOutputPath); in compileScript() local
324 OutputFile info_file(info_path.string(), FileBase::kTruncate); in compileScript()
328 info_path.string(), info_file.getErrorMessage().c_str()); in compileScript()
332 FileMutex<FileBase::kWriteLock> write_info_mutex(info_path.string()); in compileScript()
335 info_path.string(), write_info_mutex.getErrorMessage().c_str()); in compileScript()
341 ALOGE("Failed to sync the RS info file %s!", info_path.string()); in compileScript()
DRSExecutable.cpp132 android::String8 info_path = RSInfo::GetPath(mObjFile->getName().c_str()); in syncInfo() local
133 OutputFile info_file(info_path.string(), FileBase::kTruncate); in syncInfo()
136 ALOGE("Failed to open the info file %s for write! (%s)", info_path.string(), in syncInfo()
145 "on %s but got failure! (%s)", info_path.string(), in syncInfo()
152 ALOGE("Failed to sync the RS info file %s!", info_path.string()); in syncInfo()