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

  /frameworks/base/tools/aapt2/util/
Files.cpp 241 const char* token_str = token.c_str(); local
242 if (*token_str == '!') {
244 token_str++;
247 if (strncasecmp(token_str, kDir, sizeof(kDir)) == 0) {
251 token_str += sizeof(kDir);
254 if (strncasecmp(token_str, kFile, sizeof(kFile)) == 0) {
258 token_str += sizeof(kFile);
262 size_t n = strlen(token_str);
263 if (*token_str == '*') {
265 token_str++
    [all...]
  /system/tools/aidl/tests/
aidl_test_service.cpp 117 std::ostringstream token_str; local
118 token_str << token;
119 ALOGI("Repeating token %s", token_str.str().c_str());

Completed in 72 milliseconds