Searched refs:profilingDataFilePath (Results 1 – 1 of 1) sorted by relevance
235 std::string profilingDataFilePath = mProfilingDataDirName + "/" + mGraphOptions.graph_name(); in deliverGraphDebugInfo() local237 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()