Home
last modified time | relevance | path

Searched refs:file_path2 (Results 1 – 9 of 9) sorted by relevance

/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-filepath-test.cc543 FilePath file_path2(FilePath::GenerateUniqueFileName( in TEST_F() local
545 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
546 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
547 CreateTextFile(file_path2.c_str()); in TEST_F()
548 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc543 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
545 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
546 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
547 CreateTextFile(file_path2.c_str()); in TEST_F()
548 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/googletest/googletest/test/
Dgoogletest-filepath-test.cc543 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
545 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
546 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
547 CreateTextFile(file_path2.c_str()); in TEST_F()
548 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc543 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
545 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
546 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
547 CreateTextFile(file_path2.c_str()); in TEST_F()
548 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/cronet/base/win/
Dsecurity_util_unittest.cc229 FilePath file_path2 = path.Append(L"test2"); in TEST() local
230 File file2(file_path2, File::FLAG_CREATE_ALWAYS | File::FLAG_WRITE); in TEST()
233 EXPECT_EQ(kTest3InheritedDacl, GetFileDacl(file_path2)); in TEST()
/external/libabigail/tools/
Dabidiff.cc1063 const string& file_path2, in emit_incompatible_format_version_error_message() argument
1071 << "'" << file_path2 << "' (" << version2 << ")\n"; in emit_incompatible_format_version_error_message()
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py955 file_path2 = '!foo!bar!boo'
957 self.filesystem.create_file(file_path2)
959 self.assertFalse(self.path.samefile(file_path1, file_path2))
Dfake_os_test.py2860 file_path2 = self.make_path('Some_File1')
2863 self.os.chmod(file_path2, (stat.S_IFREG | 0o666) ^ stat.S_IWRITE)
3987 file_path2 = self.make_path('file2')
3988 file_des = self.os.open(file_path2, os.O_CREAT | os.O_WRONLY)
3991 file_des = self.os.open(file_path2,
/external/tensorflow/tensorflow/lite/tools/benchmark/
DREADME.md127 e.g. 'input1:file_path1,input2:file_path2'. In case the input layer name