Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
H A Dunix_file_test.cpp28 os::file::File file1 = os::file::Open("./test_openfile.txt", os::file::Mode::READONLY); in HWTEST() local
29 ASSERT_FALSE(file1.IsValid()); in HWTEST()
/arkcompiler/ets_runtime/test/
H A Drun_ts_test262.py195 with open(filePath, 'r', encoding="utf-8") as file1:
196 content.extend(file1.readlines())
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp325 auto file1 = pandasm::AsmEmitter::Emit(res1.Value()); in HWTEST_F_L0() local
327 auto jsPandaFile1 = std::make_shared<JSPandaFile>(file1.release(), CString(filename1)); in HWTEST_F_L0()

Completed in 3 milliseconds