Searched refs:OhosFilesystem (Results 1 – 3 of 3) sorted by relevance
47 string OhosFilesystem::ValidatePath(const string_view pathIn) const in ValidatePath()63 IFile::Ptr OhosFilesystem::OpenFile(const BASE_NS::string_view path) in OpenFile()85 OhosFilesystem::OhosFilesystem(const BASE_NS::string_view hapPath, const BASE_NS::string_view bundl… in OhosFilesystem() function in OhosFilesystem92 IDirectory::Entry OhosFilesystem::GetEntry(BASE_NS::string_view path) in GetEntry()101 IFile::Ptr OhosFilesystem::CreateFile(BASE_NS::string_view path) in CreateFile()106 bool OhosFilesystem::DeleteFile(BASE_NS::string_view path) in DeleteFile()111 IDirectory::Ptr OhosFilesystem::OpenDirectory(BASE_NS::string_view pathIn) in OpenDirectory()121 IDirectory::Ptr OhosFilesystem::CreateDirectory(BASE_NS::string_view path) in CreateDirectory()126 bool OhosFilesystem::DeleteDirectory(BASE_NS::string_view path) in DeleteDirectory()131 bool OhosFilesystem::Rename(BASE_NS::string_view fromPath, BASE_NS::string_view toPath) in Rename()[all …]
39 class OhosFilesystem final : public IFilesystem {41 OhosFilesystem(const BASE_NS::string_view hapPath, const BASE_NS::string_view bundleName,43 OhosFilesystem() = delete;44 OhosFilesystem(OhosFilesystem const&) = delete;45 OhosFilesystem& operator=(OhosFilesystem const&) = delete;46 ~OhosFilesystem() override = default;
43 IFilesystem::Ptr{new Core::OhosFilesystem(hapPath, bundleName, moduleName)}); in RegisterDefaultPaths()