Home
last modified time | relevance | path

Searched refs:profilingDataFilePath (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp235 std::string profilingDataFilePath = mProfilingDataDirName + "/" + mGraphOptions.graph_name(); in deliverGraphDebugInfo() local
237 if (!android::base::RemoveFileIfExists(profilingDataFilePath, &fileRemoveError)) { in deliverGraphDebugInfo()
238 LOG(ERROR) << "Failed to remove file " << profilingDataFilePath << ", error: " in deliverGraphDebugInfo()
242 if (!android::base::WriteStringToFile(debugData, profilingDataFilePath)) { in deliverGraphDebugInfo()
243 LOG(ERROR) << "Failed to write profiling data to file at path " << profilingDataFilePath; in deliverGraphDebugInfo()
251 ndk::ScopedFileDescriptor(open(profilingDataFilePath.c_str(), O_CREAT, O_RDWR))); in deliverGraphDebugInfo()