Searched refs:LibRSPath (Results 1 – 3 of 3) sorted by relevance
39 const char RSInfo::LibRSPath[] = "/system/lib/libRS.so"; member in RSInfo165 LibRSPath); in CheckDependency()166 PRINT_DEPENDENCY("current - ", LibRSPath, LibRSSHA1); in CheckDependency()
170 string_pool_size += ::strlen(LibRSPath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()381 if (!writeDependency(LibRSPath, LibRSSHA1, in ExtractFromSource()
170 static const char LibRSPath[]; variable