Home
last modified time | relevance | path

Searched refs:READ_WRITE (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp50 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadJSPandaFile()
111 pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in LoadJSPandaFile()
391 auto pf = panda_file::OpenPandaFileOrZip(filename, panda_file::File::READ_WRITE); in OpenJSPandaFile()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp60 case File::READ_WRITE: { in GetMode()
81 if (mode == File::READ_WRITE) { in GetProt()
H A Dfile.h140 enum OpenMode { READ_ONLY, READ_WRITE, WRITE_ONLY }; enumerator
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp61 case File::READ_WRITE: { in GetMode()
82 if (mode == File::READ_WRITE) { in GetProt()
H A Dfile.h144 enum OpenMode { READ_ONLY, READ_WRITE, WRITE_ONLY }; enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp95 auto pfPtr = panda_file::OpenPandaFileOrZip(targetAbcPath, panda_file::File::READ_WRITE); in CreateJSPandaFile()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js16831 t[t.READ_WRITE = 3] = "READ_WRITE";
17639 constructor(t = 0, e = 0, i = "", s = As.UNKNOWN, n = 0, r = Es.READ_WRITE) {
17658 constructor(t = 0, e = 0, i = "", s = 0, n = Es.READ_WRITE) {
[all...]

Completed in 36 milliseconds