Searched refs:TAR_FILE_LIMIT (Results 1 – 3 of 3) sorted by relevance
121 std::string tableName = fileInfo.fileSize >= TAR_FILE_LIMIT ? "normal_file" : "small_file"; in GetFileQueryInfo()
738 if (fileInfo.fileSize < TAR_FILE_LIMIT || fileInfo.localMediaId == GALLERY_HIDDEN_ID || in ConvertPathToRealPath()
54 constexpr int64_t TAR_FILE_LIMIT = 2 * 1024 * 1024; variable