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

  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 265 def LoadBuildFileIncludesIntoDict(subdict, subdict_path, data, aux_data,
272 # "include" is specified relative to subdict_path, so compute the real
274 # in which subdict_path resides.
276 os.path.normpath(os.path.join(os.path.dirname(subdict_path), include))
283 if not 'included' in aux_data[subdict_path]:
284 aux_data[subdict_path]['included'] = []
285 aux_data[subdict_path]['included'].append(include)
291 subdict_path, include)
296 LoadBuildFileIncludesIntoDict(v, subdict_path, data, aux_data,
299 LoadBuildFileIncludesIntoList(v, subdict_path, data, aux_data
    [all...]
  /external/chromium_org/base/
values.cc 756 const std::string subdict_path = path.substr(0, delimiter_position); local
758 if (!GetDictionary(subdict_path, &subdict))
763 RemoveWithoutPathExpansion(subdict_path, NULL);

Completed in 160 milliseconds