Home
last modified time | relevance | path

Searched defs:errno (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h74 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 Denable_aot_list_helper.h149 LOG_ECMA(ERROR) << "bundle enable list open failed! file: " << aotJitListName << ", errno: " << errno; in ReadEnableList() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dos.cpp100 ", prot = " << prot << ", error code is " << errno; in PageMapExecFortSpace() local
/arkcompiler/ets_runtime/test/
H A Drun_ts_test262.py24 errno = 0 variable
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dmap.cpp100 ", change to " << prot << " failed, ret = " << ret << ", error code is " << errno; in PageProtect() local
H A Dfile.cpp50 LOG_ECMA(ERROR) << "File path: " << path << " realpath failure. errno: " << errno; in RealPath() local
/arkcompiler/ets_runtime/test/workloadtest/
H A Dwork_load.py25 import errno namespace
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp203 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 Dan_file_info.cpp128 LOG_COMPILER(ERROR) << "remove " << filename << " failed and errno is " << errno; in TryRemoveAnFile() local
/arkcompiler/toolchain/build/compile_script/
H A Dark.py21 import errno namespace

Completed in 6 milliseconds