Home
last modified time | relevance | path

Searched defs:subPath (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/src/
Dbinary_file_packer.cpp105 string subPath = FileEntry::FilePath(dst).Append(filename).GetPath(); in CopyBinaryFileImpl() local
123 …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()
Doverlap_binary_file_packer.cpp45 bool OverlapBinaryFilePacker::IsDuplicated(const unique_ptr<FileEntry> &entry, string subPath) in IsDuplicated()
Dfile_entry.cpp341 string subPath = path.substr(0, pos + 1); in CreateDirsInner() local
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_util.cpp149 std::vector<std::string> subPaths = SplitStr(path, '/', [](std::string& subPath) { in CreateDirectory()
153 for (const auto& subPath : subPaths) { in CreateDirectory() local
/developtools/packing_tool/packing_tool/frameworks/src/
Dutils.cpp270 std::string subPath; in ForceCreateDirectory() local