Searched refs:cf (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/server/
H A Dfeed.py245 def update(request, depot, last, cf, pub):
304 d.writexml(cf)
395 cf = open(cfpath, "w")
396 update(request, depot, last, cf, pub)
397 cf.close()
H A Drepository.py4308 with open(os.path.join(path, "cfg_cache"), "w") as cf:
4309 cf.write("\n")
/pkg/src/modules/bundle/
H A DSolarisPackageDirBundle.py96 cf = CpioFile.open(fpath + x)
99 for ci in cf:
/pkg/src/modules/
H A Dcpiofile.py974 cf = CpioFile.open(sys.argv[1]) variable
975 print("cpiofile is:", cf)
977 for ci in cf:
986 # f = cf.extractfile(ci)
H A Dmisc.py1194 cf = open(path, "rb")
1195 certdata = cf.read()
1196 cf.close()
/pkg/src/tests/api/
H A Dt_catalog.py1129 cf = fmri.PkgFmri("pkg:/test@1.0,5.11-1:20070101T120000Z")

Completed in 38 milliseconds