Searched refs:cf (Results 1 - 6 of 6) sorted by relevance
/pkg/src/modules/server/ |
H A D | feed.py | 245 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 D | repository.py | 4308 with open(os.path.join(path, "cfg_cache"), "w") as cf: 4309 cf.write("\n")
|
/pkg/src/modules/bundle/ |
H A D | SolarisPackageDirBundle.py | 96 cf = CpioFile.open(fpath + x) 99 for ci in cf:
|
/pkg/src/modules/ |
H A D | cpiofile.py | 974 cf = CpioFile.open(sys.argv[1]) variable 975 print("cpiofile is:", cf) 977 for ci in cf: 986 # f = cf.extractfile(ci)
|
H A D | misc.py | 1194 cf = open(path, "rb") 1195 certdata = cf.read() 1196 cf.close()
|
/pkg/src/tests/api/ |
H A D | t_catalog.py | 1129 cf = fmri.PkgFmri("pkg:/test@1.0,5.11-1:20070101T120000Z")
|
Completed in 38 milliseconds