Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ remove
Method
remove
rpcs3/util/File.cpp:380–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
bool device_base::remove(const std::string&)
381
{
382
g_tls_error = error::readonly;
383
return false;
384
}
385
386
bool device_base::trunc(const std::string&, u64)
387
{
Callers
2
load
Method · 0.45
remove_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected