Searched refs:FILE_RDONLY (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/ |
H A D | file.h | 39 #define FILE_RDONLY GENERIC_READ macro 58 #define FILE_RDONLY O_RDONLY
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
H A D | file.cpp | 96 flag |= FILE_RDONLY | FILE_WRONLY; in FileMap()
|
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | ohos_pkg_args.h | 148 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 D | aot_runtime_info.h | 215 ecmascript::MemMap fileMap = ecmascript::FileMap(realPath, FILE_RDONLY, PAGE_PROT_READ); in GetRuntimeBuildId()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 162 fileMapAddr_ = FileMap(realPath.c_str(), FILE_RDONLY, prot); in LoadAPBinaryFile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | stub_file_info.cpp | 74 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in MmapLoad()
|
H A D | an_file_info.cpp | 90 fileMapMem_ = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READ); in Load()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot.cpp | 190 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize()
|
Completed in 6 milliseconds