Home
last modified time | relevance | path

Searched refs:FILE_RDONLY (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
H A Dfile.h39 #define FILE_RDONLY GENERIC_READ macro
58 #define FILE_RDONLY O_RDONLY
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp96 flag |= FILE_RDONLY | FILE_WRONLY; in FileMap()
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pkg_args.h148 MemMap fileMapMem = FileMapForAlignAddress(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ, in GetJSPandaFile()
157 MemMap fileMapMem = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in GetJSPandaFile()
H A Daot_runtime_info.h215 ecmascript::MemMap fileMap = ecmascript::FileMap(realPath, FILE_RDONLY, PAGE_PROT_READ); in GetRuntimeBuildId()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp162 fileMapAddr_ = FileMap(realPath.c_str(), FILE_RDONLY, prot); in LoadAPBinaryFile()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp74 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in MmapLoad()
H A Dan_file_info.cpp90 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in Load()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp190 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize()

Completed in 6 milliseconds