Searched defs:hasResources (Results 1 – 5 of 5) sorted by relevance
28 public boolean hasResources() { in hasResources() method in ResourcePath
102 bool hasResources() const { return InstrCount != ~0u; } in hasResources() function
123 bool hasResources() const { return InstrCount != ~0u; } in hasResources() function
396 def __init__ (self, appDirName, appName, hasResources = True): argument