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

  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
ScopedException.java 37 public static final String FILE_KEY = "file:";
80 .append(FILE_KEY).append(scopedError.getFilePath()).append("\n");
106 int fileStart = output.indexOf(FILE_KEY, msgStart + MSG_KEY.length());
111 int locStart = output.indexOf(LOCATION_KEY, fileStart + FILE_KEY.length());
113 file = output.substring(fileStart + FILE_KEY.length());
115 file = output.substring(fileStart + FILE_KEY.length(), locStart);
  /ndk/sources/host-tools/make-3.81/
file.c 79 struct file file_key; local
125 file_key.hname = name;
126 f = (struct file *) hash_find_item (&files, &file_key);
140 struct file file_key; local
167 file_key.hname = name;
168 file_slot = (struct file **) hash_find_slot (&files, &file_key);
223 struct file file_key;
229 file_key.hname = to_hname;
230 if (0 == file_hash_cmp (from_file, &file_key))
233 file_key.hname = from_file->hname
222 struct file file_key; local
    [all...]

Completed in 218 milliseconds