Searched refs:fname (Results 1 - 3 of 3) sorted by relevance
/base/tee/tee_client/services/teecd/src/ |
H A D | secfile_load_agent.c | 169 char fname[MAX_PATH_LEN] = { 0 }; in LoadLib() local 183 snprintf_s(fname, sizeof(fname), MAX_PATH_LEN - 1, in LoadLib() 192 ret = snprintf_s(fname, sizeof(fname), MAX_PATH_LEN - 1, in LoadLib() 196 tloge("pack fname err\n"); in LoadLib() 200 ret = SecFileLoadWork(g_secLoadAgentFd, (const char *)fname, LOAD_LIB, NULL); in LoadLib() 214 char fname[MAX_PATH_LEN] = { 0 }; in LoadTa() local 221 ret = snprintf_s(fname, sizeof(fname), MAX_PATH_LE in LoadTa() [all...] |
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlogger.h | 83 static void HandleNotify(int32_t type, const std::string& fname);
|
/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device.cpp | 357 std::string fname { ss.str() }; in MakeConfigFileName() 358 Utility::RemoveSpace(fname); in MakeConfigFileName() 361 sp << "/vendor/etc/keymap/" << fname << ".TOML"; in MakeConfigFileName() local
|
Completed in 2 milliseconds