Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/ueventd/
H A Dueventd_event_unittest.cpp113 bool endsWithSlash = (path.find_last_of("/") == path.size() - 1); in RemoveDir() local
115 if (endsWithSlash) { in RemoveDir()