Searched defs:errno (Results 1 - 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | ohos_pgo_processor.h | 74 LOG_ECMA(ERROR) << "RenameSingleAp " << apRealPath << " --> " << exportAp << " failure!, errno: " << errno; in RenameSingleAp() local 88 LOG_COMPILER(ERROR) << "Remove runtime ap failed. file: " << runtimeApRealPath << ", errno: " << errno; in UnlinkRuntimeAp() local
|
| H A D | enable_aot_list_helper.h | 149 LOG_ECMA(ERROR) << "bundle enable list open failed! file: " << aotJitListName << ", errno: " << errno; in ReadEnableList() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| H A D | os.cpp | 100 ", prot = " << prot << ", error code is " << errno; in PageMapExecFortSpace() local
|
| /arkcompiler/ets_runtime/test/ |
| H A D | run_ts_test262.py | 24 errno = 0 variable
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| H A D | map.cpp | 100 ", change to " << prot << " failed, ret = " << ret << ", error code is " << errno; in PageProtect() local
|
| H A D | file.cpp | 50 LOG_ECMA(ERROR) << "File path: " << path << " realpath failure. errno: " << errno; in RealPath() local
|
| /arkcompiler/ets_runtime/test/workloadtest/ |
| H A D | work_load.py | 25 import errno namespace
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_encoder.cpp | 203 LOG_ECMA(ERROR) << "The file path(" << tmpOutPath << ") open failure! errno: " << errno; in SaveAndRename() local 228 LOG_ECMA(ERROR) << "Remove " << realOutPath_ << " failure!, errno: " << errno; in SaveAndRename() local 232 LOG_ECMA(ERROR) << "Rename " << tmpOutPath << " --> " << realOutPath_ << " failure!, errno: " << errno; in SaveAndRename() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | an_file_info.cpp | 128 LOG_COMPILER(ERROR) << "remove " << filename << " failed and errno is " << errno; in TryRemoveAnFile() local
|
| /arkcompiler/toolchain/build/compile_script/ |
| H A D | ark.py | 21 import errno namespace
|
Completed in 6 milliseconds