OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashFilename
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/
render_pictures_main.cpp
353
// EPOGER: what about including the config type within
hashFilename
? That way,
355
SkString
hashFilename
;
356
sk_tools::get_basename(&
hashFilename
, inputPath);
357
hashFilename
.remove(
hashFilename
.size() - 4, 4); // Remove ".skp"
358
hashFilename
.append(".png");
359
jsonSummaryPtr->add(
hashFilename
.c_str(), *bitmap);
PictureRenderer.cpp
288
// EPOGER: what about including the config type within
hashFilename
? That way,
290
SkString
hashFilename
;
291
sk_tools::get_basename(&
hashFilename
, fullPathname);
292
jsonSummaryPtr->add(
hashFilename
.c_str(), bitmap);
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 40 milliseconds