Searched refs:path_len (Results 1 – 5 of 5) sorted by relevance
194 size_t path_len = strlen(DM_DEVICE_PATH_PREFIX) + 32; in GetDmDevPath() local212 path = calloc(1, path_len); in GetDmDevPath()218 rc = snprintf_s(path, path_len, path_len - 1, "%s%u", DM_DEVICE_PATH_PREFIX, dev_num); in GetDmDevPath()
227 … let path_len = match cert_profile[MAX_CERT_PATH].try_as_number().and_then(|n| n.try_as_i64()) { in parse_cert_profile() localVariable240 max_certs_path: path_len as u32, in parse_cert_profile()344 pub path_len: u32, field446 path_len: path_length, in cert_path_operation()
33 arg.path_len = DEFUALT_CERT_CHAIN_LEN; in EnableTestKey()
34 uint32_t path_len; member
66 arg.path_len = max_cert_chain; in MakeCertPathInfo()