Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp630 JsonFieldPath patherPath = path; in DeleteItemDeeplyOnTarget() local
631 patherPath.pop_back(); in DeleteItemDeeplyOnTarget()
633 cJSON *nodeFather = MoveToPath(cjson_, patherPath, caseSensitive_); in DeleteItemDeeplyOnTarget()