Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/tests/
H A 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()
533 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()
534 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()
562 unique_fd bugreport_fd(OpenForWrite("/data/local/tmp/tmp.zip")); in TEST_F()
564 unique_fd screenshot_fd(OpenForWrite("/data/local/tmp/tmp.png")); in TEST_F()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h122 bool OpenForWrite();
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dcow_writer.cpp153 return OpenForWrite(); in Initialize()
182 bool CowWriter::OpenForWrite() { in OpenForWrite() function in android::snapshot::CowWriter
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp246 static int OpenForWrite(std::string path) { in OpenForWrite() function
332 android::base::unique_fd out_fd(OpenForWrite(output_file)); in CopyFileToFile()