Searched refs:paoc_path_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | class_hash_table_test.cpp | 31 paoc_path_ = exe_path.substr(0, pos) + "/../bin/ark_aot"; in ClassHashTableTest() 38 return paoc_path_.c_str(); in GetPaocFile() 53 auto pos = paoc_path_.rfind('/'); in GetPaocDirectory() 54 return paoc_path_.substr(0, pos); in GetPaocDirectory() 63 std::string paoc_path_; member in panda::compiler::ClassHashTableTest
|
H A D | aot_test.cpp | 40 paoc_path_ = exe_path.substr(0, pos) + "/../bin/ark_aot"; in AotTest() 46 auto pos = paoc_path_.rfind('/'); in GetPaocDirectory() 47 return paoc_path_.substr(0, pos); in GetPaocDirectory() 76 std::string paoc_path_; member in panda::compiler::AotTest 110 auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-output", in TEST_F() 146 auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-output", in TEST_F() 327 os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), in TEST_F() 388 auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_files.str().c_str(), "--paoc-output", in TEST_F() 431 auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-output", in TEST_F() 494 auto res = os::exec::Exec(paoc_path_ in TEST_F() [all...] |
Completed in 3 milliseconds