Searched refs:nsswitch_filename (Results 1 – 3 of 3) sorted by relevance
220 nsswitch_file = open(nsswitch_filename, 'w')232 os.unlink(nsswitch_filename)244 nsswitch_file = open(nsswitch_filename, 'w')252 os.unlink(nsswitch_filename)265 nsswitch_file = open(nsswitch_filename, 'w')273 os.unlink(nsswitch_filename)285 nsswitch_file = open(nsswitch_filename, 'w')293 os.unlink(nsswitch_filename)314 os.unlink(nsswitch_filename)334 os.unlink(nsswitch_filename)[all …]
268 def ParseNSSwitchConf(nsswitch_filename): argument279 with open(nsswitch_filename, 'r') as nsswitch_file:293 def VerifyConfiguration(conf, nsswitch_filename=FILE_NSSWITCH): argument313 nsswitch = ParseNSSwitchConf(nsswitch_filename)334 configured_map, nsswitch_filename)
59 static string nsswitch_filename = "nsswitch.conf"; variable589 string filename = fw->getName() + "/" + nsswitch_filename; in generateNsswitchFile()592 cout << " wrote " << nsswitch_filename << " successfully" << endl << flush; in generateNsswitchFile()