HomeSort by relevance Sort by last modified time
    Searched full:full_name_size (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
android.c 78 int full_name_size = strlen(path) + 2; local
79 char* full_name = (char*) malloc(full_name_size);
86 strncpy(full_name + 1, path, full_name_size - 1);
  /build/tools/fs_config/
fs_config.c 130 size_t full_name_size = buffer_strlen + 2; local
131 char* full_name = (char*) malloc(full_name_size);
138 strncpy(full_name + 1, buffer, full_name_size - 1);
139 full_name[full_name_size - 1] = '\0';

Completed in 187 milliseconds