Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp86 const string USER_ID_FLAG = "<currentUserId>"; variable
183 … physicalPath.replace(physicalPath.find(USER_ID_FLAG), USER_ID_FLAG.length(), to_string(userId)); in HandleLocalCheck()