Home
last modified time | relevance | path

Searched defs:readOnly (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp52 bool RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
68 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp33 bool RealPath(const std::string &path, std::string &realPath, bool readOnly) in RealPath()
53 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar()
/arkcompiler/toolchain/tooling/dynamic/utils/
Dutils.cpp112 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp47 llvm::StringRef sectionName, bool readOnly) in allocateDataSection()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.h101 bool readOnly = false; member