Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dcommand_line.cpp71 static inline bool IsDirPath(const std::string path) in IsDirPath() function
93 if (IsDirPath(env.recvParam.recvPath)) { in CheckRecvPath()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c127 static int IsDirPath(struct dirent *entry, char *fullPath, int *isDir) in IsDirPath() function
193 int ret = IsDirPath(entry, fullPath, &isDir); in ZipAddDir()