/aosp_15_r20/tools/asuite/atest/logstorage/ |
H A D | log_uploader_unittest.py | 182 file_path2 = dir_path.joinpath('some_sub_dir').joinpath(file_name) 184 self.fs.create_file(file_path2) 189 suj.upload_single_file(file_path2) 200 file_path2 = dir_path.joinpath('some_sub_dir').joinpath(file_name) 202 self.fs.create_file(file_path2) 207 suj.upload_single_file(file_path2) 244 file_path2 = dir_path.joinpath('file2.txt') 246 self.fs.create_file(file_path2)
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/rust/android-crates-io/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()
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-filepath-test.cc | 550 FilePath file_path2(FilePath::GenerateUniqueFileName( in TEST_F() local 552 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F() 553 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F() 554 CreateTextFile(file_path2.c_str()); in TEST_F() 555 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/ |
H A D | googletest-filepath-test.cc | 550 FilePath file_path2(FilePath::GenerateUniqueFileName( in TEST_F() local 552 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F() 553 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F() 554 CreateTextFile(file_path2.c_str()); in TEST_F() 555 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
|
/aosp_15_r20/external/googletest/googletest/test/ |
H A D | googletest-filepath-test.cc | 550 FilePath file_path2(FilePath::GenerateUniqueFileName( in TEST_F() local 552 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F() 553 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F() 554 CreateTextFile(file_path2.c_str()); in TEST_F() 555 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | security_util_unittest.cc | 232 FilePath file_path2 = path.Append(L"test2"); in TEST() local 233 File file2(file_path2, File::FLAG_CREATE_ALWAYS | File::FLAG_WRITE); in TEST() 236 EXPECT_EQ(kTest3InheritedDacl, GetFileDacl(file_path2)); in TEST()
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_test.cpp | 4615 auto file_path2 = AddDataApex("apex.apexd_test_different_app.apex"); in TEST_F() local 4620 ASSERT_EQ(0, access(file_path2.c_str(), F_OK)); in TEST_F() 4625 auto file_path2 = AddDataApex("apex.apexd_test_different_app.apex"); in TEST_F() local 4630 ASSERT_EQ(0, access(file_path2.c_str(), F_OK)); in TEST_F() 4643 auto file_path2 = AddDataApex("apex.apexd_test_different_app.apex"); in TEST_F() local 4649 ASSERT_THAT(UnstagePackages({file_path1, file_path2}), in TEST_F() 4653 ASSERT_EQ(0, access(file_path2.c_str(), F_OK)); in TEST_F()
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_test.py | 1005 file_path2 = "!foo!bar!boo" 1007 self.filesystem.create_file(file_path2) 1009 self.assertFalse(self.path.samefile(file_path1, file_path2))
|
D | fake_os_test.py | 2926 file_path2 = self.make_path("Some_File1") 2929 self.os.chmod(file_path2, (stat.S_IFREG | 0o666) ^ stat.S_IWRITE) 4008 file_path2 = self.make_path("file2") 4009 file_des = self.os.open(file_path2, os.O_CREAT | os.O_WRONLY) 4012 file_des = self.os.open(file_path2, os.O_CREAT | os.O_WRONLY | os.O_TRUNC)
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/ |
H A D | README.md | 127 e.g. 'input1:file_path1,input2:file_path2'. In case the input layer name
|