Home
last modified time | relevance | path

Searched refs:subPath (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dfile_entry.cpp331 string subPath = path.substr(0, pos + 1); in CreateDirsInner() local
332 if (!Exist(subPath)) { in CreateDirsInner()
334 if (!CreateDirectory(AdaptLongPath(subPath).c_str(), nullptr)) { in CreateDirsInner()
336 if (mkdir(subPath.c_str(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) != 0) { in CreateDirsInner()
Dresource_pack.cpp279 string subPath = FileEntry::FilePath(dst).Append(filename).GetPath(); in CopyRawFileImpl() local
281 if (CopyRawFileImpl(entry->GetFilePath().GetPath(), subPath) != RESTOOL_SUCCESS) { in CopyRawFileImpl()
285 if (ResourceUtil::FileExist(subPath)) { in CopyRawFileImpl()
288 if (!ResourceUtil::CopyFleInner(entry->GetFilePath().GetPath(), subPath)) { in CopyRawFileImpl()