Home
last modified time | relevance | path

Searched refs:is_dep_cache (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-depends50 is_dep_cache = {} variable
55 is_dep_cache[pkg].update({pkg2: val})
57 is_dep_cache[pkg] = {pkg2: val}
64 return is_dep_cache[pkg][pkg2]