Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ DeleteFileX
Function
DeleteFileX
libs/coding/internal/file_data.cpp:205–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
} // namespace
204
205
bool DeleteFileX(string const & fName)
206
{
207
int res = remove(fName.c_str());
208
return CheckFileOperationResult(res, fName);
209
}
210
211
bool RenameFileX(string const & fOld, string const & fNew)
212
{
Callers
15
UnzipAndMatch
Function · 0.85
UNIT_TEST
Function · 0.85
~TmpFile
Method · 0.85
UNIT_TEST
Function · 0.85
Finish
Method · 0.85
SortAndFinish
Method · 0.85
CreateZipFromFiles
Function · 0.85
DeleteSection
Method · 0.85
~UnzipFileDelegate
Method · 0.85
DeleteFileX
Method · 0.85
UNIT_TEST
Function · 0.85
GetReverseForReaderAndTmpFile
Function · 0.85
Calls
1
CheckFileOperationResult
Function · 0.85
Tested by
15
UNIT_TEST
Function · 0.68
UNIT_TEST
Function · 0.68
Finish
Method · 0.68
UNIT_TEST
Function · 0.68
GetReverseForReaderAndTmpFile
Function · 0.68
UNIT_TEST
Function · 0.68
UNIT_TEST
Function · 0.68
UNIT_TEST
Function · 0.68
UNIT_TEST
Function · 0.68
WriteToFileAndTest
Function · 0.68
UNIT_TEST
Function · 0.68
CreateAndTestZip
Function · 0.68