Home
last modified time | relevance | path

Searched refs:removePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dhotplug_detector_test.cpp106 std::string removePath; variable
112 auto remove = [&removeCalled, &removePath](std::string path) { in __anon10ccb06e0202()
114 removePath = std::move(path); in __anon10ccb06e0202()
146 EXPECT_EQ(removePath, addPath);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp230 std::string removePath = file.substr(0, pos + TEMP_DIR.length() - 1); in RemoveAsset() local
231 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()