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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h34 char *getHomeDir(char *, int);
H A DTpcbExample.cpp512 TpcbExample::getHomeDir(char *path, int max) function in class:TpcbExample
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dplatform.c244 getHomeDir( void ) function
282 path = tr_buildPath( getHomeDir( ), "Library",
294 path = tr_buildPath( getHomeDir( ), ".transmission", NULL );
330 path = tr_buildPath( getHomeDir( ), "Library", "Caches", "Transmission", NULL );
452 s = tr_buildPath( getHomeDir( ), "Library", "Application Support",
466 s = tr_buildPath( getHomeDir( ), ".config", appname, NULL );
491 config_file = tr_buildPath( getHomeDir( ), ".config", "user-dirs.dirs", NULL );
509 user_dir = tr_buildPath( getHomeDir( ), value+6, NULL );
518 user_dir = tr_buildPath( getHomeDir( ), "Desktop", NULL );
520 user_dir = tr_buildPath( getHomeDir( ), "Download
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_file.c200 PRIVATE char* getHomeDir (char* dstPtr, size_t pathMax);
244 * Private Function getHomeDir
260 PRIVATE char* getHomeDir ( function
268 ASSERT_RTN (dstPtr != NULL, "getHomeDir: no dstPtr", NULL);
269 ASSERT_RTN (pathMax > 0, "getHomeDir: no pathMax", NULL);
392 dstPtr = getHomeDir (dstPtr, destBuffSize);
740 homeDirPath = getHomeDir (homeDirPath, pathSize);

Completed in 110 milliseconds