Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dfile.cpp37 bool RealPath(const std::string &path, std::string &realPath, bool readOnly) in RealPath() argument
46 if (!readOnly && errno == ENOENT) { in RealPath()
57 bool RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly) in RealPathByChar() argument
65 if (!readOnly && errno == ENOENT) { in RealPathByChar()
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dfile.h68 bool PUBLIC_API RealPath(const std::string &path, std::string &realPath, bool readOnly = true);
69 bool PUBLIC_API RealPathByChar(const char *path, char *realPath, int rowLength, bool readOnly);
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp53 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
74 (void)readOnly; in RealPathByChar()
/arkcompiler/toolchain/tooling/utils/
H A Dutils.h26 static bool RealPath(const std::string &path, std::string &realPath, bool readOnly = true);
H A Dutils.cpp116 bool Utils::RealPath(const std::string &path, std::string &realPath, [[maybe_unused]] bool readOnly) in RealPath() argument
133 if (!readOnly && errno == ENOENT) { in RealPath()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dark_aot_linker.cpp47 llvm::StringRef sectionName, bool readOnly) in allocateDataSection()
49 auto memory = SectionMemoryManager::allocateDataSection(size, alignment, sectionId, sectionName, readOnly); in allocateDataSection()
46 allocateDataSection(uintptr_t size, unsigned int alignment, unsigned int sectionId, llvm::StringRef sectionName, bool readOnly) allocateDataSection() argument
H A Dark_aot_linker.h40 llvm::StringRef sectionName, bool readOnly) override;

Completed in 4 milliseconds