Searched refs:file_path2 (Results 1 – 9 of 9) sorted by relevance
/external/cronet/third_party/googletest/src/googletest/test/ |
D | googletest-filepath-test.cc | 543 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/ |
D | googletest-filepath-test.cc | 543 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/ |
D | googletest-filepath-test.cc | 543 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/ |
D | googletest-filepath-test.cc | 543 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/ |
D | security_util_unittest.cc | 229 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/ |
D | abidiff.cc | 1063 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/ |
D | fake_filesystem_test.py | 955 file_path2 = '!foo!bar!boo' 957 self.filesystem.create_file(file_path2) 959 self.assertFalse(self.path.samefile(file_path1, file_path2))
|
D | fake_os_test.py | 2860 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/ |
D | README.md | 127 e.g. 'input1:file_path1,input2:file_path2'. In case the input layer name
|