Searched refs:file_path2 (Results 1 – 6 of 6) sorted by relevance
/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/libabigail/tools/ |
D | abidiff.cc | 1056 const string& file_path2, in emit_incompatible_format_version_error_message() argument 1063 << "'" << file_path2 << "'\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 | 112 e.g. 'input1:file_path1,input2:file_path2'. If a input name appears in both
|