Searched defs:fileOrPath (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/bookmaker/
H A DparserCommon.cpp17 bool ParserCommon::parseFile(const char* fileOrPath, const char* suffix) { argument
18 if (!sk_isdir(fileOrPath)) {
19 if (!this->parseFromFile(fileOrPath)) {
20 SkDebugf("failed to parse %s\n", fileOrPath);
24 SkOSFile::Iter it(fileOrPath, suffix);
26 SkString p = SkOSPath::Join(fileOrPath, file.c_str());
/external/skqp/tools/bookmaker/
H A DparserCommon.cpp17 bool ParserCommon::parseFile(const char* fileOrPath, const char* suffix) { argument
18 if (!sk_isdir(fileOrPath)) {
19 if (!this->parseFromFile(fileOrPath)) {
20 SkDebugf("failed to parse %s\n", fileOrPath);
24 SkOSFile::Iter it(fileOrPath, suffix);
26 SkString p = SkOSPath::Join(fileOrPath, file.c_str());

Completed in 190 milliseconds