Searched refs:get_subpkgedata_fn (Results 1 – 1 of 1) sorted by relevance
9 return os.access(get_subpkgedata_fn(pkg, d) + '.packaged', os.R_OK)30 def get_subpkgedata_fn(pkg, d): function34 return os.access(get_subpkgedata_fn(pkg, d), os.R_OK)37 return read_pkgdatafile(get_subpkgedata_fn(pkg, d))52 subd = read_pkgdatafile(get_subpkgedata_fn(pkg, d))