Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp39 const char RSInfo::LibRSPath[] = "/system/lib/libRS.so"; member in RSInfo
165 LibRSPath); in CheckDependency()
166 PRINT_DEPENDENCY("current - ", LibRSPath, LibRSSHA1); in CheckDependency()
DRSInfoExtractor.cpp170 string_pool_size += ::strlen(LibRSPath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()
381 if (!writeDependency(LibRSPath, LibRSSHA1, in ExtractFromSource()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h170 static const char LibRSPath[]; variable