Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpreferences_impl.h42 static const char *STR_SLASH = "/"; variable
/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_impl.cpp441 uriStr = STR_SCHEME + options_.bundleName + STR_SLASH + options_.filePath; in MakeUri()
443 uriStr = STR_SCHEME + options_.dataGroupId + STR_SLASH + options_.filePath; in MakeUri()