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 218 const char* token_str = token.c_str(); local
219 if (*token_str == '!') {
221 token_str++;
224 if (strncasecmp(token_str, kDir, sizeof(kDir)) == 0) {
228 token_str += sizeof(kDir);
231 if (strncasecmp(token_str, kFile, sizeof(kFile)) == 0) {
235 token_str += sizeof(kFile);
239 size_t n = strlen(token_str);
240 if (*token_str == '*') {
242 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 138 milliseconds