Searched refs:appendPath (Results 1 – 1 of 1) sorted by relevance
273 string appendPath = ResourceUtil::RealPath(argValue); in AddAppend() local274 if (appendPath.empty()) { in AddAppend()276 appendPath = argValue; in AddAppend()278 …auto ret = find_if(append_.begin(), append_.end(), [appendPath](auto iter) {return appendPath == i… in AddAppend()283 if (!IsAscii(appendPath)) { in AddAppend()286 append_.push_back(appendPath); in AddAppend()