Searched refs:MoveDir (Results 1 – 3 of 3) sorted by relevance
110 TEST(ApexdUtilTest, MoveDir) { in TEST() argument123 auto result = MoveDir(from.path, to.path); in TEST()143 ASSERT_FALSE(IsOk(MoveDir(from.path, to.path))); in TEST()150 ASSERT_FALSE(IsOk(MoveDir(from.path, to.path))); in TEST()155 ASSERT_FALSE(IsOk(MoveDir("/data/local/tmp/does/not/exist", to.path))); in TEST()169 ASSERT_FALSE(IsOk(MoveDir(from.path, "/data/local/tmp/does/not/exist"))); in TEST()
72 return MoveDir(kOldApexSessionsDir, kNewApexSessionsDir); in MigrateToMetadataSessionsDir()
282 inline Result<void> MoveDir(const std::string& from, const std::string& to) { in MoveDir() function