Home
last modified time | relevance | path

Searched refs:kFileUriPrefixLength (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/runtime/
Ddart_vm.cc110 constexpr size_t kFileUriPrefixLength = sizeof(kFileUriPrefix) - 1; variable
113 if (strncmp(source_url, kFileUriPrefix, kFileUriPrefixLength) != 0u) { in DartFileModifiedCallback()
118 const char* path = source_url + kFileUriPrefixLength; in DartFileModifiedCallback()