Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/atest/logstorage/
H A Dlog_uploader_unittest.py182 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/
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()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-filepath-test.cc550 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 Dgoogletest-filepath-test.cc550 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 Dgoogletest-filepath-test.cc550 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 Dsecurity_util_unittest.cc232 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 Dapexd_test.cpp4615 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/
Dfake_filesystem_test.py1005 file_path2 = "!foo!bar!boo"
1007 self.filesystem.create_file(file_path2)
1009 self.assertFalse(self.path.samefile(file_path1, file_path2))
Dfake_os_test.py2926 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 DREADME.md127 e.g. 'input1:file_path1,input2:file_path2'. In case the input layer name