Searched refs:kFileUriPrefixLength (Results 1 – 1 of 1) sorted by relevance
110 constexpr size_t kFileUriPrefixLength = sizeof(kFileUriPrefix) - 1; variable113 if (strncmp(source_url, kFileUriPrefix, kFileUriPrefixLength) != 0u) { in DartFileModifiedCallback()118 const char* path = source_url + kFileUriPrefixLength; in DartFileModifiedCallback()