Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/cfg/CTR/
Dcfg_UserInfo.h24 namespace cfg {
Dcfg_CountryCode.h20 namespace cfg {
/CafeSDK-2.12.13-1/system/include/nn/uds/CAFE/
Duds_Api.h86 nn::Result Initialize( void* receiveBuffer, const size_t bufferSize, nn::cfg::CTR::UserName* pUserN…
Duds_Type.h230 …nn::cfg::CTR::UserName userName; //!< User name data. For more information, see…
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1315 internal static int sync(string cfg, string src, string dst, string log) in sync() argument
1324 …int ret = ProcessExecutor.DoProcess_GetOutput(exe_path, "-cfgxml " + cfg + " " + src + " " + dst +… in sync()