OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitcode_sha1
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp
80
uint8_t
bitcode_sha1
[20];
local
81
Sha1Util::GetSHA1DigestFromBuffer(
bitcode_sha1
, pBitcode, pBitcodeSize);
88
dep_info.push(std::make_pair(output_path.c_str(),
bitcode_sha1
));
363
uint8_t
bitcode_sha1
[20];
local
364
Sha1Util::GetSHA1DigestFromBuffer(
bitcode_sha1
, pBitcode, pBitcodeSize);
374
dep_info.push(std::make_pair(output_path.c_str(),
bitcode_sha1
));
Completed in 108 milliseconds