Lines Matching defs:cout

131     std::cout << "This is an OHOS Packaging Tool.\n";
132 std::cout << "Usage:\n";
133 std::cout << TOOL_NAME << " [arguments] Package the OHOS resources.\n";
134 std::cout << "[arguments]:\n";
135 std::cout << " -i/--inputPath input resource path, can add more.\n";
136 std::cout << " -p/--packageName package name.\n";
137 std::cout << " -o/--outputPath output path.\n";
138 std::cout << " -r/--resHeader resource header file path(like ./ResourceTable.js, ./ResrouceTable.h).\n";
139 std::cout << " -f/--forceWrite if output path exists,force delete it.\n";
140 std::cout << " -v/--version print tool version.\n";
141 std::cout << " -m/--modules module name, can add more, split by ','(like entry1,entry2,...).\n";
142 std::cout << " -j/--json config.json path.\n";
143 std::cout << " -e/--startId start id mask, e.g 0x01000000,";
144 std::cout << " in [0x01000000, 0x06FFFFFF),[0x08000000, 0xFFFFFFFF)\n";
145 std::cout << " -x/--append resources folder path\n";
146 std::cout << " -z/--combine flag for incremental compilation\n";
147 std::cout << " -h/--help Displays this help menu\n";
148 std::cout << " -l/--fileList input json file of the option set, e.g resConfig.json.";
149 std::cout << " For details, see the developer documentation.\n";
150 std::cout << " --ids save id_defined.json direcory\n";
151 std::cout << " --defined-ids input id_defined.json path\n";
152 std::cout << " --dependEntry Build result directory of the specified entry module when the feature";
153 std::cout << " module resources are independently built in the FA model.\n";
154 std::cout << " --icon-check Enable the PNG image verification function for icons and startwindows.\n";
155 std::cout << " --target-config When used with '-i', selective compilation is supported.\n";
156 std::cout << " --compressed-config opt-compression.json path.\n";