Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h83 std::string runtimeApRealPath; in UnlinkRuntimeAp() local
84 if (!RealPath(runtimeAp, runtimeApRealPath)) { in UnlinkRuntimeAp()
87 if (!runtimeApRealPath.empty() && (Unlink(runtimeApRealPath.c_str()) == -1)) { in UnlinkRuntimeAp()
88 LOG_COMPILER(ERROR) << "Remove runtime ap failed. file: " << runtimeApRealPath << ", errno: " << errno; in UnlinkRuntimeAp()

Completed in 1 milliseconds