Home
last modified time | relevance | path

Searched refs:path2 (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libfiemap/
Dimage_test.cpp129 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/
Dutil_test.cpp155 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/
DUtils.h160 bool IsSameFile(const std::string& path1, const std::string& path2);
DUtils.cpp1139 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/
Daidl_test.go1014 "path2/sub",
1074 "path2/sub",