Lines Matching refs:outPath_
45 : filePath_(""), extensionPath_(""), mediaSwitch_(false), root_(nullptr), defaultCompress_(false), outPath_("")
51 outPath_("")
118 string caches = outPath_;
246 outPath_ = path;
567 uint32_t startIndex = outPath_.size() + CACHES_DIR.size() + 1;
568 string dstPath = outPath_ + SEPARATOR_FILE + RESOURCES_DIR + dst.substr(startIndex);
588 uint32_t startIndex = outPath_.size() + RESOURCES_DIR.size() + 1;
590 string output = outPath_ + SEPARATOR_FILE + CACHES_DIR + endStr;
611 if (filePath_.empty() || outPath_.empty()) {
620 uint32_t startIndex = outPath_.size() + RESOURCES_DIR.size() + 1;
622 string outputCache = outPath_ + SEPARATOR_FILE + CACHES_DIR + qualifierDir;
639 return !filePath_.empty() && !outPath_.empty() && handle_ != nullptr;