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 232 const char* token_str = token.c_str(); local
233 if (*token_str == '!') {
235 token_str++;
238 if (strncasecmp(token_str, kDir, sizeof(kDir)) == 0) {
242 token_str += sizeof(kDir);
245 if (strncasecmp(token_str, kFile, sizeof(kFile)) == 0) {
249 token_str += sizeof(kFile);
253 size_t n = strlen(token_str);
254 if (*token_str == '*') {
256 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 77 milliseconds