Searched defs:readOnly (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 52 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/ |
| D | file.cpp | 33 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/ |
| D | utils.cpp | 112 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.cpp | 47 llvm::StringRef sectionName, bool readOnly) in allocateDataSection()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.h | 101 bool readOnly = false; member
|