OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibCompilerRTPath
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
38
const char RSInfo::
LibCompilerRTPath
[] = "/system/lib/libcompiler_rt.so";
155
LibCompilerRTPath
);
156
PRINT_DEPENDENCY("current - ",
LibCompilerRTPath
, LibCompilerRTSHA1);
RSInfoExtractor.cpp
169
string_pool_size += ::strlen(
LibCompilerRTPath
) + 1 + SHA1_DIGEST_LENGTH;
375
if (!writeDependency(
LibCompilerRTPath
, LibCompilerRTSHA1,
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
169
static const char
LibCompilerRTPath
[];
Completed in 44 milliseconds