Searched defs:pathSize (Results 1 – 3 of 3) sorted by relevance
58 socklen_t pathSize = sizeof(socketAddr_.sun_path); in PackSocketAddr() local
33 uint32_t pathSize = strlen(path) + 1; in MallocCertPath() local207 uint32_t pathSize = strlen(path) + 1; in MallocCertNameAndPath() local
98 …ic bool GetFilterFileByName(const char *filterName, char *filterLibRealPath, unsigned int pathSize) in GetFilterFileByName()