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 251 def LoadBuildFileIncludesIntoDict(subdict, subdict_path, data, aux_data,
258 # "include" is specified relative to subdict_path, so compute the real
260 # in which subdict_path resides.
262 os.path.normpath(os.path.join(os.path.dirname(subdict_path), include))
269 if not 'included' in aux_data[subdict_path]:
270 aux_data[subdict_path]['included'] = []
271 aux_data[subdict_path]['included'].append(include)
278 subdict_path, include)
283 LoadBuildFileIncludesIntoDict(v, subdict_path, data, aux_data, variables,
286 LoadBuildFileIncludesIntoList(v, subdict_path, data, aux_data, variables
    [all...]
  /external/chromium_org/base/
values.cc 763 const std::string subdict_path = path.substr(0, delimiter_position); local
765 if (!GetDictionary(subdict_path, &subdict))
770 RemoveWithoutPathExpansion(subdict_path, NULL);

Completed in 211 milliseconds