Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgsecurity/testdisk
/ get_default_location
Function
get_default_location
src/askloc.c:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
char *get_default_location(void)
86
{
87
char dst_directory[4096];
88
td_getcwd(dst_directory, sizeof(dst_directory));
89
return strdup(dst_directory);
90
}
91
92
#ifdef HAVE_NCURSES
93
Callers
1
ntfs_undelete_cli
Function · 0.85
Calls
1
td_getcwd
Function · 0.85
Tested by
no test coverage detected