Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp498 empirical_type<std::string> res_name; member
1487 std::string res_name; in CaptureScriptInit() local
1488 process->ReadCStringFromMemory(addr_t(args[eRsResNamePtr]), res_name, err); in CaptureScriptInit()
1503 res_name.c_str(), cache_dir.c_str()); in CaptureScriptInit()
1505 if (res_name.size() > 0) { in CaptureScriptInit()
1507 strm.Printf("librs.%s.so", res_name.c_str()); in CaptureScriptInit()
1513 script->res_name = res_name; in CaptureScriptInit()
1659 std::string res_name; in FixupScriptDetails() local
1660 if (rs_script->res_name.get(res_name)) in FixupScriptDetails()
1662 rsmodule_sp->m_resname = res_name; in FixupScriptDetails()