Searched refs:trimmed_len (Results 1 – 1 of 1) sorted by relevance
103 size_t trimmed_len, name_len; in open_partition() local108 trimmed_len = end_slash - record->blk_device.c_str() + 1; in open_partition()110 path = static_cast<char*>(calloc(trimmed_len + name_len + 1, 1)); in open_partition()111 strncpy(path, record->blk_device.c_str(), trimmed_len); in open_partition()112 strncpy(path + trimmed_len, name, name_len); in open_partition()