Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp53 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/
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/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()