Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp1478 static bool CheckPathForStartFuse(const string &path) in CheckPathForStartFuse() function
1522 if (fuse_opt_add_arg(&args, path.c_str()) || !CheckPathForStartFuse(path)) { in StartFuse()