Searched refs:subPath (Results 1 – 2 of 2) sorted by relevance
331 string subPath = path.substr(0, pos + 1); in CreateDirsInner() local332 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()
279 string subPath = FileEntry::FilePath(dst).Append(filename).GetPath(); in CopyRawFileImpl() local281 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()