Home
last modified time | relevance | path

Searched defs:output_file (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/build/scripts/util/
H A Dfile_utils.py70 def write_json_file(output_file, content, check_changes=False): argument
84 def __check_changes(output_file, content): argument
100 def write_file(output_file, content): argument
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dpre_process.py27 def handle_file_preprocess(input_file, output_file): argument
/ohos5.0/base/hiviewdfx/hiview/build/
H A Dgen_plugin_build.py41 def write_json_file(output_file, content): argument
77 def write_build_file(output_file, plugins, plugin_so, cnt_type): argument
92 def write_config_file(output_file, plugins, pipelines, pipelinegroups, is_so): argument
/ohos5.0/build/hb/util/preloader/
H A Dparse_vendor_product_config.py117 def save_transformed_config(config, output_file): argument
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.cpp28 static const char* output_file = "perf_result.txt"; variable
/ohos5.0/base/security/selinux_adapter/scripts/
H A Dbuild_policy_api.py370 def generate_hash_file(input_file_list, output_file): argument
380 def generate_version_file(args, output_file): argument
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1696 std::string output_file; in StartScanTask() local
1713 std::string &output_file, int32_t &status, ScanProgress* &scanProPtr) in GeneratePictureBatch()
1766 std::string &output_file, int32_t &status, ScanProgress* &scanProPtr) in GeneratePictureSingle()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp316 std::string output_file = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGeneratePictureBatch() local