Searched refs:LibCompilerRTPath (Results 1 – 3 of 3) sorted by relevance
38 const char RSInfo::LibCompilerRTPath[] = "/system/lib/libcompiler_rt.so"; member in RSInfo155 LibCompilerRTPath); in CheckDependency()156 PRINT_DEPENDENCY("current - ", LibCompilerRTPath, LibCompilerRTSHA1); in CheckDependency()
169 string_pool_size += ::strlen(LibCompilerRTPath) + 1 + SHA1_DIGEST_LENGTH; in ExtractFromSource()375 if (!writeDependency(LibCompilerRTPath, LibCompilerRTSHA1, in ExtractFromSource()
169 static const char LibCompilerRTPath[]; variable