Home
last modified time | relevance | path

Searched refs:removePath (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dhotplug_detector_test.cpp106 std::string removePath; in HWTEST_F() local
112 auto remove = [&removeCalled, &removePath](std::string path) { in HWTEST_F()
114 removePath = std::move(path); in HWTEST_F()
147 EXPECT_EQ(removePath, addPath); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.h42 bool removePath(const std::string &aPath);
H A DFileMonitor.cpp199 bool FileMonitor::removePath(const std::string& aPath) in removePath() function in ige::FileMonitor
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp233 std::string removePath = file.substr(0, pos + TEMP_DIR.length() - 1); in RemoveAsset() local
234 bool ret = std::filesystem::remove_all(removePath.c_str()); in RemoveAsset()
236 LOGE("remove file fail, remove path is %{public}s", GetAnonyString(removePath).c_str()); in RemoveAsset()

Completed in 2 milliseconds