Searched defs:subPath (Results 1 – 5 of 5) sorted by relevance
105 string subPath = FileEntry::FilePath(dst).Append(filename).GetPath(); in CopyBinaryFileImpl() local123 …auto copyFunc = [this](const string path, string subPath) { return this->CopySingleFile(path, subP… in CopyBinaryFileImpl()130 bool BinaryFilePacker::IsDuplicated(const unique_ptr<FileEntry> &entry, string subPath) in IsDuplicated()142 uint32_t BinaryFilePacker::CopySingleFile(const std::string &path, std::string &subPath) in CopySingleFile()
45 bool OverlapBinaryFilePacker::IsDuplicated(const unique_ptr<FileEntry> &entry, string subPath) in IsDuplicated()
341 string subPath = path.substr(0, pos + 1); in CreateDirsInner() local
149 std::vector<std::string> subPaths = SplitStr(path, '/', [](std::string& subPath) { in CreateDirectory()153 for (const auto& subPath : subPaths) { in CreateDirectory() local
270 std::string subPath; in ForceCreateDirectory() local