Searched refs:startWithSlash (Results 1 – 2 of 2) sorted by relevance
98 bool startWithSlash = Framework::StartWith(file, SLASHSTR); in ParseFileUri() local99 … if ((startWithSlash && (file.substr(1) == fileName)) || (!startWithSlash && (file == fileName))) { in ParseFileUri()
87 bool startWithSlash = StartWith(file, SLASHSTR); in ParseFileUri() local88 … if ((startWithSlash && (file.substr(1) == fileName)) || (!startWithSlash && (file == fileName))) { in ParseFileUri()