Searched refs:origUriLength (Results 1 – 2 of 2) sorted by relevance
371 char *JsAppContext::ProcessResourcePathByConfiguration(size_t origUriLength, const char *slicedFile… in ProcessResourcePathByConfiguration() argument374 if (appDataRoot == nullptr || origUriLength == 0 || slicedFilePath == nullptr) { in ProcessResourcePathByConfiguration()381 …size_t dataPathSize = rootPathLen + strlen(currentBundleName_) + origUriLength - URI_PREFIX_DATA_L… in ProcessResourcePathByConfiguration()
198 … char *ProcessResourcePathByConfiguration(size_t origUriLength, const char *slicedFilePath) const;