Home
last modified time | relevance | path

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

/bootable/recovery/fuse_sideload/include/
Dfuse_provider.h65 static std::unique_ptr<FuseDataProvider> CreateFromFile(const std::string& path,
/bootable/recovery/fuse_sideload/
Dfuse_provider.cpp52 std::unique_ptr<FuseDataProvider> FuseFileDataProvider::CreateFromFile(const std::string& path, in CreateFromFile() function in FuseFileDataProvider
/bootable/recovery/install/
Dfuse_install.cpp133 : FuseFileDataProvider::CreateFromFile(std::string(path), FUSE_BLOCK_SIZE); in StartInstallPackageFuse()