HomeSort by relevance Sort by last modified time
    Searched refs:gpaths (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/make-3.81/
vpath.c 49 static struct vpath *gpaths; variable in typeref:struct:vpath
135 gpaths = vpaths;
325 if (gpaths && (len <= gpaths->maxlen))
326 for (gp = gpaths->searchpath; *gp != NULL; ++gp)
  /external/autotest/client/cros/
power_status.py 143 gpaths = glob.glob("%s/%stemp*_input" % (subpath1, subpath2))
144 for gpath in gpaths:
    [all...]

Completed in 631 milliseconds