Home
last modified time | relevance | path

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

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowMediaMuxerTest.java65 String tempFilePath = in basicMuxingFlow() local
67 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()
/external/libconfig/contrib/chained/
Dlibconfig_chained.h145 std::string getCapturedSpecification(const std::string& tempFilePath) in getCapturedSpecification() argument
149 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()
/external/android-nn-driver/
DUtils.cpp553 fs::path tempFilePath = dumpPath / (timestamp + "_networkgraph.dot"); in ExportNetworkGraphToDotFile() local
554 fileName = tempFilePath.string(); in ExportNetworkGraphToDotFile()