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

  /external/squashfs-tools/squashfs-tools/
android.c 83 int full_name_size = strlen(path) + 2; local
84 char* full_name = (char*) malloc(full_name_size);
91 strncpy(full_name + 1, path, full_name_size - 1);
  /build/make/tools/fs_config/
fs_config.c 133 size_t full_name_size = buffer_strlen + 2; local
134 char* full_name = (char*) malloc(full_name_size);
141 strncpy(full_name + 1, buffer, full_name_size - 1);
142 full_name[full_name_size - 1] = '\0';

Completed in 311 milliseconds