Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1039 const std::string testFileName = "/data/local/tmp/SafeUnionVecOfHandlesWithOneFdTest"; in TEST_F() local
1047 int fd = open(testFileName.c_str(), (O_RDWR | O_TRUNC | O_CREAT), (S_IRUSR | S_IWUSR)); in TEST_F()
1089 EXPECT_EQ(0, remove(testFileName.c_str())); in TEST_F()
1094 const std::string testFileName = "/data/local/tmp/SafeUnionHandleWithMultipleFdsTest"; in TEST_F() local
1102 int fd = open(testFileName.c_str(), (O_RDWR | O_TRUNC | O_CREAT), (S_IRUSR | S_IWUSR)); in TEST_F()
1144 EXPECT_EQ(0, remove(testFileName.c_str())); in TEST_F()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2336 const std::string testFileName = "/data/local/tmp/SafeUnionVecOfHandlesWithOneFdTest"; in TEST_F() local
2344 int fd = open(testFileName.c_str(), (O_RDWR | O_TRUNC | O_CREAT), (S_IRUSR | S_IWUSR)); in TEST_F()
2386 EXPECT_EQ(0, remove(testFileName.c_str())); in TEST_F()
2391 const std::string testFileName = "/data/local/tmp/SafeUnionHandleWithMultipleFdsTest"; in TEST_F() local
2399 int fd = open(testFileName.c_str(), (O_RDWR | O_TRUNC | O_CREAT), (S_IRUSR | S_IWUSR)); in TEST_F()
2441 EXPECT_EQ(0, remove(testFileName.c_str())); in TEST_F()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java443 final String testFileName = "/data/local/tmp/SafeUnionNativeHandleWithFdTest"; in runClientSafeUnionTests() local
445 File file = new File(testFileName); in runClientSafeUnionTests()