Searched refs:TempFile (Results 1 – 15 of 15) sorted by relevance
/aosp12/hardware/libhardware/tests/input/evdev/ |
H A D | TestHelpers.h | 43 class TempFile { 45 explicit TempFile(const char* path); 46 ~TempFile(); 49 TempFile(const TempFile&) = delete; 50 TempFile& operator=(const TempFile&) = delete; 75 TempFile* newTempFile();
|
H A D | TestHelpers.cpp | 35 TempFile::TempFile(const char* path) { in TempFile() function in android::TempFile 57 TempFile::~TempFile() { in ~TempFile() 89 TempFile* TempDir::newTempFile() { in newTempFile() 90 return new TempFile(mName); in newTempFile()
|
H A D | InputHub_test.cpp | 108 std::unique_ptr<TempFile> tempFile; in TEST_F() 130 auto deviceFile = std::unique_ptr<TempFile>(tempDir->newTempFile()); in TEST_F() 161 auto deviceFile = std::unique_ptr<TempFile>(tempDir->newTempFile()); in TEST_F() 203 auto deviceFile1 = std::unique_ptr<TempFile>(tempDir->newTempFile()); in TEST_F() 204 auto deviceFile2 = std::unique_ptr<TempFile>(tempDir->newTempFile()); in TEST_F()
|
H A D | Android.bp | 37 // TestHelpers uses mktemp. As the path is given to TempFile, we can't do too much
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | loop_control_test.cpp | 35 static unique_fd TempFile() { in TempFile() function 53 unique_fd fd = TempFile(); in TEST()
|
/aosp12/build/soong/bpfix/cmd_lib/ |
H A D | bpfix.go | 164 f1, err := ioutil.TempFile("", "bpfix") 171 f2, err := ioutil.TempFile("", "bpfix")
|
/aosp12/build/blueprint/bpfmt/ |
H A D | bpfmt.go | 165 f1, err := ioutil.TempFile("", "bpfmt") 172 f2, err := ioutil.TempFile("", "bpfmt")
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | encodedstreamtest.cpp | 166 FILE* fp = TempFile(filename); in TestEncodedOutputStream() 199 FILE* fp = TempFile(filename); in TestAutoUTFOutputStream()
|
H A D | unittest.h | 65 inline FILE* TempFile(char *filename) { in TempFile() function
|
H A D | filestreamtest.cpp | 88 FILE* fp = TempFile(filename); in TEST_F()
|
H A D | prettywritertest.cpp | 141 FILE* fp = TempFile(filename); in TEST()
|
/aosp12/build/blueprint/bpmodify/ |
H A D | bpmodify.go | 348 f1, err := ioutil.TempFile("", "bpfmt") 355 f2, err := ioutil.TempFile("", "bpfmt")
|
/aosp12/build/soong/cmd/path_interposer/ |
H A D | main_test.go | 50 f, err := ioutil.TempFile(tmpDir, "interposer")
|
/aosp12/build/soong/makedeps/ |
H A D | deps_test.go | 202 tmpfile, err := ioutil.TempFile("", "depfile")
|
/aosp12/build/soong/android/ |
H A D | config.go | 209 f, err := ioutil.TempFile(filepath.Dir(filename), "config")
|