Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dbinary_file_packer.cpp109 string subPath = FileEntry::FilePath(dst).Append(filename).GetPath(); in CopyBinaryFileImpl() local
127 …auto copyFunc = [this](const string path, string subPath) { return this->CopySingleFile(path, subP… in CopyBinaryFileImpl()
134 bool BinaryFilePacker::IsDuplicated(const unique_ptr<FileEntry> &entry, string subPath) in IsDuplicated()
146 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.cpp344 string subPath = path.substr(0, pos + 1); in CreateDirsInner() local
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_util.cpp152 std::vector<std::string> subPaths = SplitStr(path, '/', [](std::string& subPath) { in CreateDirectory()
156 for (const auto& subPath : subPaths) { in CreateDirectory() local
/developtools/packing_tool/packing_tool/frameworks/src/
Dutils.cpp271 std::string subPath; in ForceCreateDirectory() local
/developtools/hiperf/src/
Dutilities.cpp1034 std::string subPath = (pos == std::string::npos) ? path : path.substr(0, pos); in CreateDirectory() local