Searched refs:dotCheck (Results 1 – 3 of 3) sorted by relevance
209 String dotCheck = entryName.replace('\\', '/'); 210 dotCheck = URIUtil.canonicalPath(dotCheck);211 if (dotCheck == null)
486 const char* dotCheck; in innerScript() local550 dotCheck = SkParse::FindS32(script, &operand.fOperand.fS32); in innerScript()551 if (dotCheck[0] != '.') { in innerScript()552 script = dotCheck; in innerScript()
533 const char* dotCheck; in innerScript() local651 dotCheck = SkParse::FindS32(script, &operand.fS32); in innerScript()652 if (dotCheck[0] != '.') { in innerScript()653 script = dotCheck; in innerScript()