Searched refs:fstab_path (Results 1 – 3 of 3) sorted by relevance
51 static char fstab_path[PATH_MAX]; variable65 strncpy(fstab_path, file, PATH_MAX); in setfstab()66 fstab_path[PATH_MAX - 1] = '\0'; in setfstab()67 path_fstab = fstab_path; in setfstab()
854 local fstab_path = root .. "/etc/fstab"855 local f = io.open(fstab_path, "a")857 warnmsg("unable to open " .. fstab_path .. " for writing")901 local fstab_path = root .. "/etc/fstab"902 local f = io.open(fstab_path, "r")917 local nf = io.open(fstab_path, "w")919 warnmsg("unable to open " .. fstab_path .. " for writing")
346 const char *fstab_path; in apply_changes() local434 fstab_path = getenv("PATH_FSTAB"); in apply_changes()436 fstab_path = "/etc/fstab"; in apply_changes()437 fstab = fopen(fstab_path, "w+"); in apply_changes()