Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp58 int OpenForWrite(const std::string& filename) { in OpenForWrite() function
498 unique_fd bugreport_fd(OpenForWrite("/bugreports/tmp.zip")); in TEST_F()
499 unique_fd screenshot_fd(OpenForWrite("/bugreports/tmp.png")); in TEST_F()
536 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()
537 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()
566 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()
568 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp266 static int OpenForWrite(std::string path) { in OpenForWrite() function
352 android::base::unique_fd out_fd(OpenForWrite(output_file)); in CopyFileToFile()