Searched defs:rootPath (Results 1 – 11 of 11) sorted by relevance
79 int UntarFile::UnPacket(const string &tarFile, const string &rootPath) in UnPacket()116 int UntarFile::ParseTarFile(const string &rootPath) in ParseTarFile()284 string UntarFile::GenRealPath(const string &rootPath, const string &realName) in GenRealPath()
104 int ApplicationCleaner::GetRootPath(std::vector<std::string> &rootPath) in GetRootPath()142 const std::vector<std::string> &rootPath, std::vector<std::string> &tempPath) in GetObsoleteBundleTempPath()
95 string rootPath(""); variable
99 std::string rootPath = cgroupObj[JSON_KEY_PATH].get<std::string>(); in LoadConfigFromJsonObj() local
44 void UnifiedDataHelper::SetRootPath(const std::string &rootPath) in SetRootPath()
134 std::string rootPath; in Init() local
140 std::string rootPath; in Start() local
91 std::string rootPath; in StartRecording() local
170 auto rootPath = ResolvePath(rootPathIn); in CreateStdFileSystem() local
135 string rootPath = ROOT_MEDIA_DIR + dirAsset.GetDirectory(); in GetAssetRecycle() local
296 void GetTreeFileList(const std::shared_ptr<DirTreeNode> &root, const std::string &rootPath, in GetTreeFileList()