Searched refs:bootpath_full (Results 1 – 1 of 1) sorted by relevance
484 char bootpath_full[255]; in main() local509 memcpy(bootpath_full,bootpath,len+1); in main()511 if (bootpath_full[len-1] != ':') { in main()513 if (domount(bootpath_full,1) == 0) in main()519 bootpath_full[len] = ':'; in main()526 bootpath_full[len] = i + '0'; in main()527 bootpath_full[len+1] = '\0'; in main()529 bootpath_full[len] = '1'; in main()530 bootpath_full[len+1] = i - 10 + '0'; in main()531 bootpath_full[len+2] = '\0'; in main()[all …]