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

  /external/chromium_org/tools/gn/
filesystem_utils.cc 288 for (size_t src_i = top_index; src_i < path->size(); /* nothing */) {
289 if (pathbuf[src_i] == '.') {
290 if (src_i == 0 || pathbuf[src_i - 1] == '/') {
293 switch (ClassifyAfterDot(*path, src_i + 1, &consumed_len)) {
296 pathbuf[dest_i++] = pathbuf[src_i++];
300 src_i += consumed_len;
332 src_i += consumed_len;
336 pathbuf[dest_i++] = pathbuf[src_i++]
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 381 src_ls=`ls -diL "$src" 2>/dev/null` && set $src_ls && src_i=$1 &&
383 test "$src_i" = "$dst_i" || {

Completed in 1304 milliseconds