Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp132 android::String8 info_path = RSInfo::GetPath(*mObjFile); 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()
DRSCompilerDriver.cpp114 android::String8 info_path = RSInfo::GetPath(*output_file); in loadScriptCache() local
118 pOutputPath, info_path.string(), in loadScriptCache()
127 InputFile info_file(info_path.string()); in loadScriptCache()