Searched refs:res_prefix (Results 1 – 1 of 1) sorted by relevance
509 const StringPiece res_prefix("res/"); in ExtractResFilePathParts() local510 if (!StartsWith(path, res_prefix)) { in ExtractResFilePathParts()515 for (auto iter = path.begin() + res_prefix.size(); iter != path.end(); in ExtractResFilePathParts()