Home
last modified time | relevance | path

Searched refs:OUTPUT_HAP_PATH (Results 1 - 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Dzip_signer_test.cpp47 const std::string OUTPUT_HAP_PATH = "./zip/output.hap"; member
98 std::ofstream rawOutput(OUTPUT_HAP_PATH, std::ios::binary | std::ios::trunc | std::ios::out); in HWTEST_F()
112 std::ofstream wholeOutput(OUTPUT_HAP_PATH, std::ios::binary | std::ios::trunc | std::ios::out); in HWTEST_F()
126 std::ofstream dataDescOutput(OUTPUT_HAP_PATH, std::ios::binary | std::ios::trunc | std::ios::out); in HWTEST_F()
282 std::ofstream outputFile(OUTPUT_HAP_PATH, std::ios::binary | std::ios::trunc); in HWTEST_F()
340 std::ofstream outputFile(OUTPUT_HAP_PATH, std::ios::binary | std::ios::trunc); in HWTEST_F()

Completed in 2 milliseconds