Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_pgo_processor.h69 std::string apRealPath; in RenameSingleAp() local
70 if (!RealPath(apPath, apRealPath)) { in RenameSingleAp()
73 if (rename(apRealPath.c_str(), exportAp.c_str())) { in RenameSingleAp()
74 LOG_ECMA(ERROR) << "RenameSingleAp " << apRealPath << " --> " << exportAp << " failure!, errno: " << errno; in RenameSingleAp()

Completed in 1 milliseconds