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

  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 114 fixpath_prefix = None):
128 fixpath_prefix: the path used to adjust the behavior of _fixpath
146 self.fixpath_prefix = fixpath_prefix
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 130 fixpath_prefix = None variable
159 if fixpath_prefix and path and not os.path.isabs(path) and not path[0] == '$':
160 path = os.path.join(fixpath_prefix, path)
    [all...]

Completed in 327 milliseconds