Searched refs:kFileUriPrefix (Results 1 – 1 of 1) sorted by relevance
109 constexpr char kFileUriPrefix[] = "file://"; variable110 constexpr size_t kFileUriPrefixLength = sizeof(kFileUriPrefix) - 1;113 if (strncmp(source_url, kFileUriPrefix, kFileUriPrefixLength) != 0u) { in DartFileModifiedCallback()