Searched refs:path1 (Results 1 – 6 of 6) sorted by relevance
/system/core/init/ |
D | util_test.cpp | 153 std::string path1 = android::base::StringPrintf("%s/three", test_dir.path); in TEST() local 154 EXPECT_TRUE(is_dir(path1.c_str())); in TEST() 156 EXPECT_TRUE(is_dir(path1.c_str())); in TEST() 158 EXPECT_TRUE(is_dir(path1.c_str())); in TEST() 165 std::string path1 = android::base::StringPrintf("%s/three", test_dir.path); in TEST() local 166 EXPECT_TRUE(is_dir(path1.c_str())); in TEST() 168 EXPECT_TRUE(is_dir(path1.c_str())); in TEST() 170 EXPECT_TRUE(is_dir(path1.c_str())); in TEST()
|
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 134 std::string path1, path2; in TEST_F() local 135 ASSERT_TRUE(manager_->MapImageDevice(base_name_, 5s, &path1)); in TEST_F() 137 EXPECT_EQ(path1, path2); in TEST_F()
|
/system/apex/apexd/ |
D | apexd_test.cpp | 4156 auto path1 = AddPreInstalledApex("apex.apexd_test.apex"); in TEST_F() local 4162 UnmountOnTearDown(path1); in TEST_F() 4195 auto path1 = AddBlockApex("apex.apexd_test.apex"); in TEST_F() local 4198 UnmountOnTearDown(path1); in TEST_F() 4213 /* modulePath= */ path1, in TEST_F() 4214 /* preinstalledModulePath= */ path1, in TEST_F() 4216 /* isFactory= */ true, /* isActive= */ true, GetMTime(path1), in TEST_F() 4241 auto path1 = in TEST_F() local 4249 UnmountOnTearDown(path1); in TEST_F() 4266 auto path1 = in TEST_F() local [all …]
|
/system/vold/ |
D | Utils.h | 166 bool IsSameFile(const std::string& path1, const std::string& path2);
|
D | Utils.cpp | 1185 bool IsSameFile(const std::string& path1, const std::string& path2) { in IsSameFile() argument 1187 if (stat(path1.c_str(), &stbuf1) != 0 || stat(path2.c_str(), &stbuf2) != 0) return false; in IsSameFile()
|
/system/tools/aidl/build/ |
D | aidl_test.go | 1600 "path1", 1641 "path1", 1682 "path1",
|