Searched defs:readOnly (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/toolchain/tooling/utils/ |
| H A D | utils.cpp | 116 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | file.cpp | 37 bool RealPath(const std::string &path, std::string &realPath, bool readOnly) in RealPath() argument 57 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar() argument
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| H A D | file.cpp | 53 bool RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath() argument 69 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | ark_aot_linker.cpp | 46 allocateDataSection(uintptr_t size, unsigned int alignment, unsigned int sectionId, llvm::StringRef sectionName, bool readOnly) allocateDataSection() argument
|
Completed in 3 milliseconds