Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp52 constexpr int SPLITE_ZERO = 0; variable
113 string temp = pathTmp.substr(SPLITE_ZERO, pos); in CheckUri()
118 …if (uriSplit[SPLITE_ZERO] != "internal:" || uriSplit[spilteOne] != "" || uriSplit.size() <= spilte… in CheckUri()
158 string temp = pathTmp.substr(SPLITE_ZERO, pos); in UriToAbsolute()