Searched refs:fixpath_prefix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSNew.py114 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/
H A Dmsvs.py168 fixpath_prefix = None variable
197 if fixpath_prefix and path and not os.path.isabs(path) and not path[0] == '$':
198 path = os.path.join(fixpath_prefix, path)
1764 global fixpath_prefix
1773 proj_path, fixpath_prefix = _GetPathOfProject(qualified_target, spec,
1786 fixpath_prefix=fixpath_prefix)
1900 global fixpath_prefix
1937 fixpath_prefix = project.fixpath_prefix
[all...]

Completed in 80 milliseconds