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

  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 269 for this_file in "$1".?o? "$1".aux "$1".?? "$1".idx; do
271 test -s "$this_file" || continue
275 first_character=`sed -n '1s/^\(.\).*$/\1/p;q' $this_file`
278 xref_files="$xref_files ./$this_file"
612 for this_file in $new_xref_files; do
613 $verbose "Comparing xref file `echo $this_file | sed 's|\./||g'` ..."
615 if cmp -s "$this_file" "$tmpdir_bak/$this_file"; then :; else
620 $verbose "xref file `echo $this_file | sed 's|\./||g'` differed ..."
621 test "$debug" = t && diff -c "$tmpdir_bak/$this_file" "$this_file
    [all...]
  /external/chromium/net/disk_cache/
disk_format.h 181 int16 this_file; // Index of this file. member in struct:disk_cache::BlockFileHeader
block_files.cc 269 Addr address(block_type, block_count, header->this_file, index);
383 header.this_file = static_cast<int16>(index);
548 scoped_refptr<File> this_file(new File(false));
549 this_file->Init(name);
  /external/chromium/net/tools/dump_cache/
dump_files.cc 90 printf("file id: %d\n", header.this_file);

Completed in 565 milliseconds