Searched refs:bootpath_full (Results 1 – 1 of 1) sorted by relevance
486 char bootpath_full[255]; in main() local511 memcpy(bootpath_full,bootpath,len+1); in main()513 if (bootpath_full[len-1] != ':') { in main()515 if (domount(bootpath_full,1) == 0) in main()521 bootpath_full[len] = ':'; in main()528 bootpath_full[len] = i + '0'; in main()529 bootpath_full[len+1] = '\0'; in main()531 bootpath_full[len] = '1'; in main()532 bootpath_full[len+1] = i - 10 + '0'; in main()533 bootpath_full[len+2] = '\0'; in main()[all …]