Searched refs:tempFilePath (Results 1 – 3 of 3) sorted by relevance
65 String tempFilePath = in basicMuxingFlow() local67 MediaMuxer muxer = new MediaMuxer(tempFilePath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4); in basicMuxingFlow()88 FileInputStream tempFile = new FileInputStream(tempFilePath); in basicMuxingFlow()99 new File(tempFilePath).deleteOnExit(); in basicMuxingFlow()
145 std::string getCapturedSpecification(const std::string& tempFilePath) in getCapturedSpecification() argument149 capturedSpecification->writeFile(tempFilePath.c_str()); in getCapturedSpecification()153 err << "I/O error while writing temporary setting file: " << tempFilePath << std::endl; in getCapturedSpecification()157 std::ifstream t(tempFilePath); in getCapturedSpecification()160 err << "I/O error while reading temporary setting file: " << tempFilePath << std::endl; in getCapturedSpecification()
553 fs::path tempFilePath = dumpPath / (timestamp + "_networkgraph.dot"); in ExportNetworkGraphToDotFile() local554 fileName = tempFilePath.string(); in ExportNetworkGraphToDotFile()