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

  /external/libchrome/base/files/
file_path.cc 124 const StringType::size_type last_dot = FinalExtensionSeparatorPosition(path); local
127 if (last_dot == StringType::npos || last_dot == 0U)
128 return last_dot;
131 path.rfind(FilePath::kExtensionSeparator, last_dot - 1);
133 path.find_last_of(FilePath::kSeparators, last_dot - 1,
139 return last_dot;
148 StringType extension(path, last_dot + 1);
151 if ((last_dot - penultimate_dot) <= 5U &&
152 (last_dot - penultimate_dot) > 1U)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 1363 char *last_dot = NULL;
1369 last_dot = tok;
1373 && last_dot != NULL
1384 last_dot = NULL;
1389 if (last_dot != NULL
1391 return last_dot;
    [all...]
  /art/dex2oat/
dex2oat.cc 1126 size_t last_dot = in.rfind('.'); local
    [all...]

Completed in 92 milliseconds