Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp38 const char RSInfo::LibCompilerRTPath[] = "/system/lib/libcompiler_rt.so"; member in RSInfo
155 LibCompilerRTPath); in CheckDependency()
156 PRINT_DEPENDENCY("current - ", LibCompilerRTPath, LibCompilerRTSHA1); in CheckDependency()
DRSInfoExtractor.cpp169 string_pool_size += ::strlen(LibCompilerRTPath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()
375 if (!writeDependency(LibCompilerRTPath, LibCompilerRTSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h169 static const char LibCompilerRTPath[]; variable