Searched refs:removePath (Results 1 – 2 of 2) sorted by relevance
106 std::string removePath; variable112 auto remove = [&removeCalled, &removePath](std::string path) { in __anon10ccb06e0202()114 removePath = std::move(path); in __anon10ccb06e0202()146 EXPECT_EQ(removePath, addPath);
230 std::string removePath = file.substr(0, pos + TEMP_DIR.length() - 1); in RemoveAsset() local231 bool ret = std::filesystem::remove_all(removePath.c_str()); in RemoveAsset()233 LOGE("remove file fail, remove path is %{public}s", GetAnonyString(removePath).c_str()); in RemoveAsset()