Searched refs:path2 (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 129 std::string path1, path2; in TEST_F() local 131 ASSERT_TRUE(manager_->GetMappedImageDevice(base_name_, &path2)); in TEST_F() 132 EXPECT_EQ(path1, path2); in TEST_F()
|
/system/core/init/ |
D | util_test.cpp | 155 std::string path2 = android::base::StringPrintf("%s/three/directories", test_dir.path); in TEST() local 167 std::string path2 = android::base::StringPrintf("%s/three/directories", test_dir.path); in TEST() local
|
/system/vold/ |
D | Utils.h | 160 bool IsSameFile(const std::string& path1, const std::string& path2);
|
D | Utils.cpp | 1139 bool IsSameFile(const std::string& path1, const std::string& path2) { in IsSameFile() argument 1141 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 | 1014 "path2/sub", 1074 "path2/sub",
|