Searched refs:readOnly (Results 1 - 7 of 7) sorted by relevance
/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 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 D | file.h | 68 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 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 74 (void)readOnly; in RealPathByChar()
|
/arkcompiler/toolchain/tooling/utils/ |
H A D | utils.h | 26 static bool RealPath(const std::string &path, std::string &realPath, bool readOnly = true);
|
H A D | utils.cpp | 116 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 D | ark_aot_linker.cpp | 47 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 D | ark_aot_linker.h | 40 llvm::StringRef sectionName, bool readOnly) override;
|
Completed in 4 milliseconds