Searched refs:maxFileName (Results 1 – 1 of 1) sorted by relevance
1288 std::string maxFileName = std::string(256, 'a'); variable1289 bool res = bundleUtil.CheckFileName(maxFileName);1291 maxFileName.append(".txt");1292 res = bundleUtil.CheckFileName(maxFileName);2665 std::string maxFileName = std::string(256, 'a'); variable2666 maxFileName.append(".zip");2667 file.pathName_ = maxFileName;2697 std::string maxFileName = std::string(4096, 'a'); variable2698 maxFileName.append(".zip");2699 file.pathName_ = maxFileName;