Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Dupdate.py57 def before_update_sdk(file_path): argument
61 def after_update_sdk(file_path, output_path): argument
68 def add_executable_permission(file_path): argument
113 def modify_package_json(file_path, output_path): argument
135 async def update_sdk_to_output_path(file_path, output_path): argument
141 async def update_dayu_to_output_path(file_path, output_path): argument
145 async def copy_image_async(file_path, output_path): argument
154 async def update_image_async(file_path, output_path, semaphore): argument
187 async def start_update_image_task(file_path, output_path_list, max_async_tasks=3): argument
Ddownload.py172 def check_gzip_file(file_path): argument
182 def check_zip_file(file_path): argument
217 def copy_to_output_path(file_name, file_path, output_path_list): argument
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download_config.json25 "file_path": "/openharmony/compiler/gn/20240219/gn-linux-x86-20240219.tar.gz", string
30 "file_path": "/openharmony/compiler/ninja/1.11.0/linux/ninja-linux-x86-1.11.0.tar.gz", string
35 "file_path": "/openharmony/compiler/llvm_prebuilt_libs/ark_js_prebuilts_20230713.tar.gz", string
42 "file_path": "/openharmony/compiler/mingw-w64/11.0.1/clang-mingw-20240510.tar.gz", string
47 …"file_path": "/openharmony/compiler/clang/15.0.4-ef68e8/linux/clang_linux-x86_64-ef68e8-20240229.t… string
80 "file_path": "/openharmony/compiler/gn/2024/darwin/gn-darwin-x86-20230425.tar.gz", string
85 "file_path": "/openharmony/compiler/ninja/1.11.0/darwin/ninja-darwin-x86-1.11.0.tar.gz", string
90 …"file_path": "/openharmony/compiler/llvm_prebuilt_libs/ark_js_prebuilts_darwin_arm64_20230209.tar.… string
97 …"file_path": "/openharmony/compiler/clang/15.0.4-ef68e8/darwin_arm64/clang_darwin-arm64-ef68e8-202… string
102 …"file_path": "/openharmony/compiler/clang/15.0.4-ef68e8/darwin_arm64/libcxx-ndk_darwin-arm64-ef68e… string
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcreate_empty_file_test.cpp53 std::string file_path = temp_dir + "/dir1/dir2/entry.an"; in HWTEST_F_L0() local
61 std::string file_path = temp_dir + "/entry.an"; in HWTEST_F_L0() local
82 std::string file_path = dir_path + "/entry.an"; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dutils.py65 def check_zip_file(file_path): argument
77 def check_gzip_file(file_path): argument
121 def add_executable_permission(file_path): argument
127 def replace_file_content(file_path, old_content, new_content): argument
245 def add_content_to_file(file_path, head_content, tail_content): argument
261 def remove_content_from_file(file_path, head_content, tail_content): argument
362 def file_contains_specified_fields(file_path, fields): argument
/arkcompiler/ets_runtime/script/
Dmetadata_generate.py47 def parse_type_enums(file_path): argument
73 def generate_metadata_json(enum_list, metadata_list, type_layout, file_path, version): argument
/arkcompiler/runtime_core/libpandafile/
Dpgo.h32 void SetProfilePath(std::string &file_path) in SetProfilePath()
/arkcompiler/ets_frontend/arkguard/scripts/
Dgrammar_test.py126 def get_file_suffix(file_path) -> FileSuffix: argument
134 def should_run_with_node(file_path): argument
151 def run_file_with_node(file_path): argument
386 def get_expect_path(self, file_path): argument
418 self, file_path, actual, expectation, actual_path, expectation_file argument
433 def __compare_content(self, file_path): argument
/arkcompiler/runtime_core/verifier/tests/
Dverify_sys_hap_abc.py53 def verify_file(file_path, ark_verifier_path): argument
Dverify_es2panda_test_abc.py67 def process_file(file_path, es2abc_path, temp_abc_dir, verifier_dir): argument
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
Dapdump_server.py106 def parse_ap_file(file_path): argument
135 def parse_ap_file_safely(self, file_path): argument
/arkcompiler/ets_frontend/es2panda/test/benchmark/
Drun_benchmark.py134 def run_single_benchmark(self, file_path, engine_type): argument
Dutils.py33 def write_log_file(file_path, log_str): argument
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h212 inline std::string GetFileNameByPath(const std::string &file_path) const in GetFileNameByPath()
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py160 def read_out_file(file_path): argument
/arkcompiler/runtime_core/static_core/scripts/code_style/
Dclang_tidy_rename.py106 def need_to_ignore_file(file_path): argument
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp30 bool Abc2ProgramCompiler::OpenAbcFile(const std::string &file_path) in OpenAbcFile()
/arkcompiler/ets_frontend/es2panda/test/parse_command/
Dparse_command.py311 def recognize_d8_bytecode_instruction(command_list, file_path, case_manager): argument
336 def recognize_es2abc_bytecode_instruction(command_list, file_path, case_manager): argument
/arkcompiler/ets_runtime/test/quickfix/
Dgenerate_js_and_merge_file.py204 def is_file_in_list(file_path): argument
/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py157 def write_to_txt(file_path, text): argument
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_user_annotations_test.cpp152 void InitDisasm(std::string file_path) in InitDisasm()
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dintrusive_instrumentator.py151 def read_file_lines(file_path): argument
158 def write_lines_to_file(file_path, lines): argument
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py993 def open_write_file(file_path, append): argument
1003 def open_result_excel(file_path): argument
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_build.py395 def write_from_dic(self, file_path, first_line, dic): argument
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp837 std::string file_path = "invalid_file_path"; variable