Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/panda/
Dpanda.cpp48 const panda_file::File *GetPandaFile(const ClassLinker &class_linker, std::string_view file_name) in GetPandaFile()
191 … [&](auto &file_name) { return file_name == file.GetValue(); }); in Main()
211 std::string file_name = file.GetValue(); in Main() local
/arkcompiler/runtime_core/libpandabase/os/
Dnative_stack.cpp21 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile()
/arkcompiler/ets_frontend/test/scripts/
Dsend_email.py27 def add_content(content, file_name, test_part): argument
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp86 …:unique_ptr<const panda_file::File> AsmTest::ParseToFile(const char *source, const char *file_name) in ParseToFile()
99 bool AsmTest::Parse(const char *source, const char *file_name) in Parse()
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.cpp21 FileWriter::FileWriter(const std::string &file_name) : checksum_(adler32(0, nullptr, 0)) in FileWriter()
Dfile.cpp97 InsertResult Insert(const std::string &file_name, const std::string &anon_mem_name) in Insert()
102 void Remove(const std::string &file_name) in Remove()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp25 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile()
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dcommand.rb97 …def process_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, igno… argument
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp87 const std::string file_name = "test_file_open.panda"; variable
98 const std::string file_name = "test_file_format_version_too_old.abc"; variable
127 const std::string file_name = "test_rewrite_checksum.abc"; variable
156 const std::string file_name = "test_reserve_buffer_capacity.abc"; variable
168 const std::string file_name = "test_file_format_version_too_new.abc"; variable
199 const std::string file_name = "test_file_format_version_valid.abc"; variable
759 const std::string file_name = "test_empty_checksum.ark"; variable
788 const std::string file_name = "test_checksum_empty.ark"; variable
799 const std::string file_name = "test_checksum.ark"; variable
Dfile_test.cpp224 const char *file_name = "test_file_empty.panda"; variable
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt59 set(file_name "${PANDA_BENCHMARKS_DIR}/${name}.pa") variable
/arkcompiler/runtime_core/libpandabase/utils/
Dlogger.cpp80 const std::string &file_name = options.GetLogFile(); in Initialize() local
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp962 Expected<Program, Error> Parser::ParseAfterMainLoop(const std::string &file_name) in ParseAfterMainLoop()
993 Expected<Program, Error> Parser::Parse(TokenSet &vectors_tokens, const std::string &file_name) in Parse()
1053 Expected<Program, Error> Parser::Parse(const std::string &source, const std::string &file_name) in Parse()
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py1351 def run_js_vm(self, runner, file_name, test_abc_name): argument