Lines Matching refs:string
43 void Start(android::base::unique_fd fd, const std::string& path, const bool uncached_mode,
44 const std::vector<std::string>& supported_transcoding_relative_paths,
45 const std::vector<std::string>& supported_uncached_relative_paths);
55 bool ShouldOpenWithFuse(int fd, bool for_read, const std::string& path);
65 void InvalidateFuseDentryCache(const std::string& path);
75 void InitializeDeviceId(const std::string& path);
85 void SetupPublicVolumeLevelDbInstance(const std::string& volume_name);
90 void SetupLevelDbConnection(const std::string& instance_name);
95 void DeleteFromLevelDb(const std::string& key);
100 void InsertInLevelDb(const std::string& volume_name, const std::string& key,
101 const std::string& value);
106 std::vector<std::string> ReadFilePathsFromLevelDb(const std::string& volume_name,
107 const std::string& lastReadValue, int limit);
112 std::string ReadBackedUpDataFromLevelDb(const std::string& filePath);
117 std::string ReadOwnership(const std::string& key);
122 void CreateOwnerIdRelation(const std::string& ownerId,
123 const std::string& ownerPackageIdentifier);
128 void RemoveOwnerIdRelation(const std::string& ownerId,
129 const std::string& ownerPackageIdentifier);
134 std::map<std::string, std::string> GetOwnerRelationship();
139 bool CheckLevelDbConnection(const std::string& instance_name);