OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_i
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
filesystem_utils.cc
432
for (size_t
src_i
= top_index;
src_i
< path->size(); /* nothing */) {
433
if (pathbuf[
src_i
] == '.') {
434
if (
src_i
== 0 || pathbuf[
src_i
- 1] == '/') {
437
switch (ClassifyAfterDot(*path,
src_i
+ 1, &consumed_len)) {
440
pathbuf[dest_i++] = pathbuf[
src_i
++];
444
src_i
+= consumed_len;
476
src_i
+= consumed_len;
480
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 676 milliseconds