Searched defs:readOnly (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 53 bool RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath() 69 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/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()
|