OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRootDir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
gm_expectations.h
194
explicit IndividualImageExpectationsSource(const char *rootDir) :
fRootDir
(rootDir) {}
199
const SkString
fRootDir
;
gm_expectations.cpp
197
SkString path = SkOSPath::Join(
fRootDir
.c_str(), testName);
Completed in 37 milliseconds