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

  /ndk/build/tools/
find-case-duplicates.sh 27 NEW_FILES=
36 NEW_FILES="$NEW_FILES $FILE"
  /bionic/libc/kernel/tools/
utils.py 306 self.new_files = set()
338 self.new_files.add(dst)
347 for dst in self.new_files:
354 if not dst in self.new_files:
  /ndk/sources/host-tools/make-3.81/
main.c 260 static struct stringlist *new_files = 0;
418 { 'W', string, (char *) &new_files, 0, 0, 0, 0, 0, "what-if" },
259 static struct stringlist *new_files = 0; variable in typeref:struct:stringlist
    [all...]
  /external/chromium/testing/gmock/scripts/
upload.py 889 old_files, new_files = self.svnls_cache[dirname]
890 if relfilename in old_files and relfilename not in new_files:
892 elif relfilename in old_files and relfilename in new_files:
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 889 old_files, new_files = self.svnls_cache[dirname]
890 if relfilename in old_files and relfilename not in new_files:
892 elif relfilename in old_files and relfilename in new_files:
    [all...]

Completed in 273 milliseconds