Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1288 std::string maxFileName = std::string(256, 'a'); variable
1289 bool res = bundleUtil.CheckFileName(maxFileName);
1291 maxFileName.append(".txt");
1292 res = bundleUtil.CheckFileName(maxFileName);
2665 std::string maxFileName = std::string(256, 'a'); variable
2666 maxFileName.append(".zip");
2667 file.pathName_ = maxFileName;
2697 std::string maxFileName = std::string(4096, 'a'); variable
2698 maxFileName.append(".zip");
2699 file.pathName_ = maxFileName;