HomeSort by relevance Sort by last modified time
    Searched defs:buildRefFromFile (Results 1 - 2 of 2) sorted by null

  /external/skqp/tools/bookmaker/
mdOut.cpp 267 if (!this->buildRefFromFile(bmhFile.c_str(), mdPath.c_str())) {
282 if (!this->buildRefFromFile(hunk, mdFileOrPath)) {
296 if (!this->buildRefFromFile(hunk, outDir)) {
304 bool MdOut::buildRefFromFile(const char* name, const char* outDir) {
    [all...]
  /external/skia/tools/bookmaker/
mdOut.cpp 269 if (!this->buildRefFromFile(bmhFile.c_str(), mdPath.c_str())) {
277 if (!this->buildRefFromFile(p.c_str(), mdFileOrPath)) {
291 if (!this->buildRefFromFile(hunk, outDir)) {
299 bool MdOut::buildRefFromFile(const char* name, const char* outDir) {
    [all...]

Completed in 1201 milliseconds