Home
last modified time | relevance | path

Searched refs:shmFilePath (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp94 std::string shmFilePath = path + postFix; in Delete() local
95 if (access(shmFilePath.c_str(), F_OK) == 0) { in Delete()
96 remove(shmFilePath.c_str()); in Delete()

Completed in 2 milliseconds