Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp211 std::string stackPath = realPath + "/" + fileName; in WriteToFile() local
213 auto fd = open(stackPath.c_str(), O_CREAT | O_WRONLY | O_TRUNC, defaultLogFileMode); in WriteToFile()
215 TAG_LOGI(AAFwkTag::APPDFR, "stackPath create failed"); in WriteToFile()
218 TAG_LOGI(AAFwkTag::APPDFR, "stackPath: %{public}s", stackPath.c_str()); in WriteToFile()
222 return stackPath; in WriteToFile()

Completed in 2 milliseconds